-
8
-
4.Operation
4.1.Operation outline
①
ZS-6216E is recognized as COM port from the computer.
When it will be installed the device driver, “ZS-6216E Serial Port(COM x)” or “USB Serial
device(COM x)” is displayed on the device manager.
Note) “x” is the number.
If you create a program, please create it according to the displayed COM number.
If it is difficult to confirm the port number, you can identify it by plugging in and pulling
out the USB cable while displaying the device manager.
Please set as follows when setting the port open in the program.
・
COM port number
:
The specified number by the device manager.
・
Baud rate
:
9600bps It does not affect communication speed.
・
Character length
:
8 bit
・
Stop bit length
:
1 bit
・
Parity bit
:
None
・
Flow control
:
None
②
Assignment table of data code
The data transfer method is ASCII code. 1 character will be converted to 4 bit binary
code.
4 bit binary
USB data
8
4
2
1
HEX
0
0
0
0
0
0
0
0
1
1
0
0
1
0
2
0
0
1
1
3
0
1
0
0
4
0
1
0
1
5
0
1
1
0
6
0
1
1
1
7
1
0
0
0
8
1
0
0
1
9
1
0
1
0
A
1
0
1
1
B
1
1
0
0
C
1
1
0
1
D
1
1
1
0
E
1
1
1
1
F