Virtual COM For Ethernet Driver / Configuration Tool: Software Manual
Virtual COM For Ethernet Driver / Configuration Tool: Software Manual
http://www.bixolon.com
Virtual COM for Ethernet Driver / Configuration Tool
■ Table of Contents
1. Manual Information ........................................................................................................ 3
1. Manual Information
This manual provides information on the usage of the “Virtual COM for Ethernet Driver”
and “Configuration Tool” software associated with Ethernet interface use on BIXOLON
printers.
This software can be used to set and use the Ethernet interface via the serial
communication mode.
※ The Latest file versions is available for download from the BIXOLON website
(www.bixolon.com).
We at BIXOLON maintain ongoing efforts to enhance and upgrade the functions and
quality of all our products. In following, product specifications and/or user manual content
may be changed without prior notice.
2. Usage Environment
The “Virtual COM for Ethernet Driver” and “Configuration Tool” programs operate under
the following conditions.
The “Virtual COM for Ethernet Driver” software can be used only with Ethernet-supported
printers.
2) Accept the terms of the software license, and click the “Next” button.
3-2 Deletion
1) Click and activate the “Add/Remove Programs” icon in the Control Panel.
2) Select “Virtual Com for Ethernet Driver 1.x.x” and click the
“Change/Remove“ button.
1
7
8
6
2 3 4 5 6 9
6
6
⑪
⑫
① Main Screen
- This is the main screen of the “Virtual COM for USB Configuration Tool”
program.
④ IP Address
- This function displays the current IP Address of the connected printer via the
Ethernet Interface.
⑤ Port Number
- This function displays the current Port Number of the connected printer via the
Ethernet Interface.
⑥ Assigned Info
- This function displays the current set virtual serial port number. If one is not set,
the status is shown as “Not Assigned”.
⑪ Port Management
- This function is used to add/remove virtual serial ports.
⑫ Exit
- This function is used to exit the “Configuration Tool” program.
The “Configuration Tool” program is used to search the printer. To search the connected
printer via Ethernet interface, click the “STEP 1 –Printer Search” button in the
“Configuration Tool”. The following window appears during the searching the printer.
To configure the Ethernet and the Virtual COM port, click the “STEP 2 –Printer
Configuration” button in the “Configuration Tool”. Clicking the Configuration” button brings
up the following dialog box.
1) Enter the IP Address, Subnet Mask, Gateway, Local Port, and Inactivity Time in the
Network Setting section of the Ethernet interface card settings.
2) Select the port number to be used from the added virtual serial ports list to set the
virtual port, and designate the Baudrate. Match the Baudrate to that specified on the
test page printout from the corresponding printer.
3) After completion of settings, click the “Save” button to save the setting values.
NOTE
- For information regarding the “Network Setting” section,
submit an inquiry to the network administrator of the corresponding area.
- When connecting a virtual serial port, if the corresponding port is connected to another
printer, the existing connection is automatically disconnected and the connection is made
to the selected printer.
- The test page printout is generated by holding down the “Feed” button while turning
the printer power on.
- Following the saving of settings, a printer search is repeated.
The “Configuration Tool” program is used to add a virtual COM port. To create a port,
click the “Port Management’ button in the “Configuration Tool”.
1) Clicking the “Port Management” button of the “Configuration Tool” brings up the
following dialog box.
2) Click the “Add Port” button to add a port. The following warning message appears
when adding a port if using a Windows XP or higher operating system.
3) Click “Continue Anyway” on the warning message, and the following message will
appear upon port addition success.
Rev. 2.08 - 10 -
Virtual COM for Ethernet Driver / Configuration Tool
4) If the port has been added successfully, the virtual serial port added will appear
as follows.
NOTE
When adding a virtual serial port via the “Add Port” function, the port number indicated in
“COM#” is determined according to the operating system.
Refer to section 5 (Virtual Serial Port Management) of this manual for information on
modifying the virtual serial port number. In addition, the warning message appears once
for each virtual serial port added.
Click the “Port Management” button to delete the connection settings of virtual serial ports.
The “Delete All Port” button can be used to delete all virtual serial ports.
1) To update the Ethernet interface firmware, the firmware update file must first
be prepared.
2) After setting the file to a specified folder, click the “Firmware Update” button.
NOTE
- The “Firmware Update” button and its function differs from that of the printer firmware
update, and thus a different utility must be used for the firmware upgrade of the printer
itself.
- If the printer power is turned off during a firmware update, damage to the Ethernet
interface card may result.
Rev. 2.08 - 11 -
Virtual COM for Ethernet Driver / Configuration Tool
Control Panel -> System -> Device Manager: Upon examination of the ports (COM & LPT)
section, the port(s) added previously via the “Configuration Tool” program can be seen.
Select the virtual serial port to be deleted and click the right mouse button. On the popup
menu, select “Uninstall” to delete the port.
Following deletion, the “Configuration Tool” program must be executed, and the changes
must be updated.
Rev. 2.08 - 12 -
Virtual COM for Ethernet Driver / Configuration Tool
1) Select the desired virtual serial port and click the right mouse button. On the popup
menu, select “Properties”.
3) The “Port Settings” tab can be used to set the baud rate, data bits, parity, stop bits, and
flow control of a port.
4) Click the “Advanced” button to modify the port number and/or designate buffer settings.
Modification of buffer settings is not recommended. The COM port number is changed
by selecting a number in the combo box.
Rev. 2.08 - 13 -
Virtual COM for Ethernet Driver / Configuration Tool
Following port modifications, the settings utility must be run to update changes.
If a printer was connected previously, the connection setting must be disconnected.
CAUTION
The selecting port must not already be in use.
Following port modification, clicking the “Yes” button can result in the appearance
of a warning message. Click the “Yes” button to finalize and set the modified
information and settings.
Port modification on certain operating systems will require the repeat opening of
the Device Manager to confirm changes.
Rev. 2.08 - 14 -
Virtual COM for Ethernet Driver / Configuration Tool
6. Win32 API
The “Virtual COM for Ethernet Driver” program can be used in serial communication
programming. Refer to Microsoft MSDN regarding the Win32 API for serial communication.
NOTE
Currently, only basic serial communication APIs are supported.
In the future, additional APIs suited to user needs are set to be added.
1) CreateFile(): Supported
2) WriteFile():Supported
3) ReadFile():Supported
4) CloseHandle():Supported
1) BuildCommDCB():Supported
2) BuildCommDCBAndTimeouts():Supported
3) CommConfigDialog():Supported
4) DeviceIoControl():Supported
5) GetCommModemStatus():Supported
6) GetCommState():Supported
7) GetCommTimeouts():Supported
8) PurgeComm():Supported
9) SetCommState():Supported
10) SetCommTimeouts():Supported
With CreateFile, any port name ranging from 1 to 9 may be used as “COM1” to “COM9”.
To use ports 10 to 256, the following format must be used, “\\\\.\\COM10” to
“\\\\.\\COM256”.
Rev. 2.08 - 15 -