1.2 Interface
1)Connector
2)Pin layout
Pin No. | Signal | Pin No. | Signal |
|
|
|
|
1 | NC (not connected) | 6 | NC (not connected) |
2 | TxD (Transmit Data) | 7 | NC (not connected) |
3 | RxD (Receive Data) | 8 | RTS (Request To Send) |
4 | NC (not connected) | 9 | NC (not connected) |
5 | GND |
|
|
3)Baud Rate
9600 bps (standard)
Note
The panel's baud rate should be set to match the computer's baud rate.
Also, when extending the
15
6 9
4)Data format Start: 1 bit Data: 8 bit Parity: 0 (no parity) Stop: 1 bit
5)Connection
Control PC
(with D25 serial port )
RXD 3 | 2 |
TXD 2 | 3 |
CTS 5 | 2 |
GND 7 |
|
Plasma Display
2TXD
3RXD
8RTS
5GND
Control PC |
| Plasma Display |
| ||
(with D9 serial port) |
| |
| ||
(with D9 serial port) |
| |
| ||
|
| |
RXD 2 | 2 | 2 TXD |
TXD 3 | 3 | 3 RXD |
CTS 8 | 2 | 8 RTS |
GND 5 |
| 5 GND |
* | Straight Cable |
6)Protocol
From the computer to the display
(1) When sending one command at a time:
STX (02 hex) ID (2 Byte) COMMAND (3 Byte or 6 Byte) ETX (03 hex)
(2) When numerical direct commands are possible:
STX (02 hex) ID (2 Byte) COMMAND (3 Byte) ARGUMENT (3 Byte) ETX (03 hex)
COMMAND: 3 Byte (ASCII)
ARGUMERNT: 3 Byte (ASCII)
(3) Echo back
STX (02 hex) COMMAND (3 Byte or 6 Byte) ETX (03 hex)
When the received command is a numerical direct effect command, numerical data is returned.
STX (02 hex) COMMAND (3 Byte) ARGUMENT (3 Byte) ETX (03 hex)
When the received command is invalid, ‘ERR’ is returned.
STX (02 hex) | ERR (3 Byte) | ETX (03 hex) |
|
|
|
When the received command cannot be processed (when PON is received, when the power is already ON, etc.), ‘XXX’ is returned.
STX (02 hex) | XXX (3 Byte) | ETX (03 hex) | 3 |
|
|
|