User manual

18
8. Software Status Setting Commands
When the system is POWER ON, it will read the DIP switch to set the Command
Type, Baud Rate, Parity and International Character. The user can reset the
Software Status Setting Commands as following:
8.1. Baud Rate Setting Command
STX 05 B n ETX
/Change the baud rate setting/
ASCII Format STX 05 B n ETX
Dec. Format [02] [05] [66] n [03]
Hex. Format [02h][05h][42h] n [03h]
n=30h, 31h, 36h or 37h
Description Change the display communication baud rate. The baud
rate setting can be selected from 4800 to 38400.
n Baud rate
31h
4800
30h
9600
37h
19200
36h
38400
8.2. Parity Check Setting Command
STX 05 P n ETX
/Change the Parity check setting/
ASCII Format STX 05 P n ETX
Dec. Format [02] [05] [80] n [03]
Hex. Format [02h][05h][50h] n [03h]
n=31h, 33h
Description Change the display communication parity. Set 8 data bit
and the parity set for even or non-parity.
n Parity check
31h
N-8-1
33h
E-8-1