RS-232C Adjustment
1.2Interface
1)Connector
2)Pin layout
Pin No. | Signal | Pin No. | 1 | 5 |
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 |
|
|
|
|
|
| 6 | 9 |
3)Baud Rate
9600 bps (standard)
Note
The baud rate of this display should be set to match the baud rate of the PC.
Also, when the
4) | Data format |
|
|
|
| Start bit: 1 bit |
|
|
|
| Data bit: 8 bit |
|
|
|
| Parity: no |
|
|
|
| Stop bit: 1 bit |
|
|
|
5) | Connection |
|
|
|
| Control PC | Plasma Display | Control PC | Plasma Display |
(with D25 serial port ) | (with D9 serial port) |
RXD 3 | 2 |
TXD 2 | 3 |
CTS 5 | 2 |
GND 7 |
|
2TXD
3RXD
8RTS
5GND
RXD 2 | 2 |
TXD 3 | 3 |
CTS 8 | 2 |
GND 5 |
|
2TXD
3RXD
8RTS
5GND
* | Straight Cable |
6)Protocol
From the PC to the display
(1) Sending one command at a time:
| STX (02 hex) | ID (2 Byte) | COMMAND (3 Byte or 6 Byte) | ETX (03 hex) |
| ||
|
|
|
|
|
|
|
|
(2) Sending numerical direct commands: | |||||||
|
|
|
|
|
|
|
|
| STX (02 hex) | ID (2 Byte) | COMMAND (3 Byte) | ARGUMENT (3 Byte) | ETX (03 hex) | ||
|
|
|
|
|
|
|
|
ID, COMMAND, ARGUMENT are transmitted as ASCII characters.
From the display to a PC
(1) Echo back (Normal response)
Command received and returned but the ID is not returned.
STX (02 hex)
COMMAND (3 Byte or 6 Byte) ETX (03 hex)
Received command is a numerical direct effect command and numerical data is returned:
STX (02 hex) COMMAND (3 Byte) ARGUMENT (3 Byte) ETX (03 hex)
(2) Error (Abnormal response)
Received command is a
STX (02 hex)
ERR (3 Byte)
ETX (03 hex)
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