|
This is an output packet for the IR2PC ver3
8 bytes at 9600 baud, data=8, stop=1, parity=none
byte 1 ASCII encoded MSn of first ID byte, ID1 (0-9,A-F)
byte 2 ASCII encoded LSn of first ID byte, ID1
byte 2 ASCII encoded MSn of first ID byte, ID2
byte 3 ASCII encoded LSn of first ID byte, ID2
byte 4 ASCII encoded MSn of first ID byte key code, FNCODE (0-9,A-F)
byte 5 ASCII encoded LSn of first ID byte key code, FNCODE
byte 6 CR (0x0D)
byte 7 LF (0x0A)
The IR2pc Version 6 send only 2 Bytes of information for every
key press.
The code this unit reacts to is fixed. It will only react to the
NEC remote we hard code it for.
A carrage return and line feed can be added to the output.
This is an output packet for the IR2PC ver6
8 bytes at 9600 baud, data=8, stop=1, parity=none
byte 1 ASCII encoded MSn of first ID byte, ID1 (0-9,A-F)
byte 2 ASCII encoded LSn of first ID byte,
byte 6 CR (0x0D) (optional)
byte 7 LF (0x0A) (optional)
RC5-IR2PC Ver2: Will decode all RC5 remotes control signals.
The code it then presented to the serial port as:
7 Bytes at 9600 baud, data=8, stop=1, parity=none
byte 1 ASCII encoded MSn of first system byte, SYSTEM (0-9,A-F)
byte 2 ASCII encoded LSn of first system, SYSTEM
byte 3 ASCII encoded MSn of first command, COMMAND
byte 4 ASCII encoded LSn of first command byte, COMMAND
byte 5 Repeat code - N for no repeat, R for repeat
byte 6 CR (0x0D)
byte 7 LF (0x0A)
|