(→Details:)
|
(→Issuing Menu Commands over a COM port)
|
Line 34: | |||
Settings can be configured by sending commands via the serial interface. The default command format is shown below: | Settings can be configured by sending commands via the serial interface. The default command format is shown below: | ||
+ | {| style="border: solid;width=100%" cellpadding="10" border="1" | ||
+ | ! style="background-color:#D1D3D4;width:10em" | Command Header | ||
+ | ! style="background-color:#D1D3D4;" | Command ID | ||
+ | ! style="background-color:#D1D3D4;width:6em" | Command Terminator | ||
+ | |- | ||
+ | | ESC (1BH) or STX (02H)|| 1 ~ 2 digits (ASCII) || CR (ODH)or ETX (03H)<br /> | ||
+ | |- | ||
+ | |} | ||
(1) Command Format | (1) Command Format | ||
Command Header Command ID *1 Command Terminator | Command Header Command ID *1 Command Terminator |