![RTscan RTX200A Скачать руководство пользователя страница 23](http://html1.mh-extra.com/html/rtscan/rtx200a/rtx200a_user-manual_1498185023.webp)
Chapter V. Explanation of the Output Format
Main interface -> Advanced -> Output format:
Ex: read the barcode:
12345678
1. Direct
Output the scanned original data.
The output is: 38 37 36 35 34 33 32 31
2. Digital Char turn Hex
Convert string to Integer
“12345678” is converted to 12345678
(
HEX 00 BC 61 4E
)
3. Digital Char turn Hex reverse
Convert string to int, and then int high low
“12345678” is converted to 1315027968
(
HEX 4E 61 BC 00
)
“12345678” is converted to 5136828
(
HEX 4E 61 BC
)
4. Hex Char turn Hex
Convert Hex string to Hex
“12345678” is converted to 2018915346 (HEX 78 56 34 12)
5. Hex Char turn Hex Reverse
Convert Hex string to Hex
“12345678” is converted to 305419896 (HEX 12 34 56 78)
6. Decimal turn PIDVID format output
Decimal turn PIDVID format output reverse
Chapter VI Common Faults and Troubleshooting Methods
1, Using serial devices, receive data all 0 / garbled?
The serial port of the client receives data all 0 / full FF / garbled. There are usually several
possibilities. It can remind the customer:
a. Is the baud rate /stop bit /check bit set correctly?
b. Is the serial TX / RX pin reversed?
c. Are both sides common ground? Is GND connected together?
d. When the multimeter measures, is the TX / RX pin in the cable shorted or broken?
e. Is the cable too long?
2, What are the limitations of various communication interface outputs?