(→Details:)
|
(→Issuing Menu Commands over a COM port)
|
Line 39: | |||
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="border-collapse: collapse;" cellpadding="10" border="solid black"" |
- | ! style="background-color:#D1D3D4;width:10em" | Command Header | + | ! style="background-color:#0095D5;" | Command Header |
- | ! style="background-color:#D1D3D4;" | Command ID | + | ! style="background-color:#0095D5;" | Command ID |
- | ! style="background-color:#D1D3D4;width:6em" | Command Terminator | + | ! style="background-color:#0095D5;" | Command Terminator |
|- | |- | ||
| ESC <0x1B> or STX <0x02>|| 1 ~ 2 characters (ASCII) || CR <0xD> or ETX <0x03><br /> | | ESC <0x1B> or STX <0x02>|| 1 ~ 2 characters (ASCII) || CR <0xD> or ETX <0x03><br /> | ||
Line 50: | |||
| ESC <0x1B> or STX <0x02>, then ]|| Use the close bracket for a 3 character command: ''']''' <0x5D> if 4 characters (ASCII) || CR <0x0D> or ETX <0x03><br /> | | ESC <0x1B> or STX <0x02>, then ]|| Use the close bracket for a 3 character command: ''']''' <0x5D> if 4 characters (ASCII) || CR <0x0D> or ETX <0x03><br /> | ||
|- | |- | ||
- | |} | + | {{table_end}} |
<br /> | <br /> |