6.Serial Communications
To Interface the Climate Portfolio Series LCD with a home theater automation/control system or a PC running terminal emulation software (such as TeraTerm Open Source project at http://ttssh2.sourceforge.jp/), connect it to your control system or PC as shown in Figure
Configure the
Commands are in
To send a command from a PC running terminal emulation software, create either a separate script file for each command or a single script file containing all the commands along with logic to determine which command is to be sent. You cannot type commands in by hand because the Climate Portfolio Series LCD expects the bytes to be sent faster than a human can type, and also many of the HEX values for Data byte 1 are outside the range one can enter using the keys on a keyboard.
When you send a valid command, the Climate Portfolio Series LCD executes it and acknowledges it with “OK” (0x4F followed by 0x4B). Depending upon the command, it may also return additional strings having to do with execution of that command.
When you send an invalid or unrecognized command the Climate Portfolio Series LCD ignores it and returns “NG” (0x4E followed by 0x47).
Table
Table 6-1. Serial Commands
6.1
6.2
Serial Command Syntax
COMMAND | DATA 1 |
| ID | DATA 2 | |
|
|
|
|
|
|
0X69 | 0X90 | : SOURCE |
| 0x00 | 0X00 |
|
|
|
|
|
|
| 0X91 | : SLEEP |
| 0x00 | 0X00 |
|
|
|
|
|
|
| 0X92 | : 1 |
| 0x00 | 0X00 |
|
|
|
|
|
|
| 0X93 | : 4 |
| 0x00 | 0X00 |
|
|
|
|
|
|
| 0X94 | : 7 |
| 0x00 | 0X00 |
|
|
|
|
|
|
| 0X95 | : 0 |
| 0x00 | 0X00 |
|
|
|
|
|
|
| 0X96 | : ENTER |
| 0x00 | 0X00 |
|
|
|
|
| |
Runco | 33 |
|
|