All values are in hex format unless otherwise noted.
Use these ISCP command byte arrays to get and set scanner port parameters.
For information on formatting ISCP commands, see About the ISCP Command Format.
Italics indicate the default setting.
Parameter to Set | Choices | Byte Array for ISCP Command |
---|---|---|
Baud rate | 75 | 63 40 00 |
150 | 63 40 01 | |
300 | 63 40 02 | |
600 | 63 40 03 | |
1200 | 63 40 04 | |
2400 | 63 40 05 | |
4800 | 63 40 06 | |
9600 | 63 40 07 | |
19200 | 63 40 08 | |
38400 | 63 40 09 | |
57600 | 63 40 10 | |
Flow control | None | 63 41 00 |
Hardware | 63 41 01 | |
Data bits | 8 | 63 42 00 |
7 | 63 42 01 | |
Parity | None | 63 43 00 |
Even | 63 43 01 | |
Odd | 63 43 02 | |
Stop bits | 1 bit | 63 44 00 |
2 bits | 63 44 01 |