0% found this document useful (0 votes)
42 views4 pages

RXTX Data Details

rxtx data details (1)

Uploaded by

Harshal Patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views4 pages

RXTX Data Details

rxtx data details (1)

Uploaded by

Harshal Patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

12 Modular Touch Boar Serial Data should be like this as fallows for all new boards.

6+1 upper Board Send Data (this string will be send to board from
controller according switch should respond)
Board Switch On OFF
Up -00 no
Lo -11
1 on 0x7B 0x00 0x06 0x01 0x00
1 off 0x7B 0x00 0x06 0x01 0xFF
2 on 0x7B 0x00 0x06 0x02 0x00
2 off 0x7B 0x00 0x06 0x02 0xFF
3 on 0x7B 0x00 0x06 0x03 0x00
3 off 0x7B 0x00 0x06 0x03 0xFF
4 on 0x7B 0x00 0x06 0x04 0x00
4 off 0x7B 0x00 0x06 0x04 0xFF
5 on 0x7B 0x00 0x06 0x05 0x00
5 off 0x7B 0x00 0x06 0x05 0xFF
6 on 0x7B 0x00 0x06 0x06 0x00
6 off 0x7B 0x00 0x06 0x06 0xFF
Fan on 1 0x7B 0x00 0x06 0x07 0x00 0x14
Fan on 2 0x7B 0x00 0x06 0x07 0x00 0x28
Fan on 3 0x7B 0x00 0x06 0x07 0x00 0x3C
Fan on 4 0x7B 0x00 0x06 0x07 0x00 0x50
Fan on 5 0x7B 0x00 0x06 0x07 0x00 0x64
Fan off 1 0x7B 0x00 0x06 0x07 0xFF 0x14
Fan off 2 0x7B 0x00 0x06 0x07 0xFF 0x28
Fan off 3 0x7B 0x00 0x06 0x07 0xFF 0x3C
Fan off 4 0x7B 0x00 0x06 0x07 0xFF 0x50
Fan off 5 0x7B 0x00 0x06 0x07 0xFF 0x64

ALL OFF 0x7B 0x00 0x06 0x08 0x00 0xFE


ALL ON 0x7B 0x00 0x06 0x08 0xFF 0xFE
CHILD 0x7B 0x00 0x06 0x09 0x00 0xFE
LOCKOFF
CHILD 0x7B 0x00 0x06 0x09 0xFF 0xFE
LOCKON
6+1 Lower Board Send Data (this string will be send to board from
controller according switch should respond)
Board Switch On OFF
Up -00 no
Lo -11
1 on 0x7B 0x11 0x06 0x01 0x00
1 off 0x7B 0x11 0x06 0x01 0xFF
2 on 0x7B 0x11 0x06 0x02 0x00
2 off 0x7B 0x11 0x06 0x02 0xFF
3 on 0x7B 0x11 0x06 0x03 0x00
3 off 0x7B 0x11 0x06 0x03 0xFF
4 on 0x7B 0x11 0x06 0x04 0x00
4 off 0x7B 0x11 0x06 0x04 0xFF
5 on 0x7B 0x11 0x06 0x05 0x00
5 off 0x7B 0x11 0x06 0x05 0xFF
6 on 0x7B 0x11 0x06 0x06 0x00
6 off 0x7B 0x11 0x06 0x06 0xFF
Fan on 1 0x7B 0x11 0x06 0x07 0x00 0x14
Fan on 2 0x7B 0x11 0x06 0x07 0x00 0x28
Fan on 3 0x7B 0x11 0x06 0x07 0x00 0x3C
Fan on 4 0x7B 0x11 0x06 0x07 0x00 0x50
Fan on 5 0x7B 0x11 0x06 0x07 0x00 0x64
Fan off 1 0x7B 0x11 0x06 0x07 0xFF 0x14
Fan off 2 0x7B 0x11 0x06 0x07 0xFF 0x28
Fan off 3 0x7B 0x11 0x06 0x07 0xFF 0x3C
Fan off 4 0x7B 0x11 0x06 0x07 0xFF 0x50
Fan off 5 0x7B 0x11 0x06 0x07 0xFF 0x64

ALL OFF 0x7B 0x11 0x06 0x08 0x00 0xFE


ALL ON 0x7B 0x11 0x06 0x08 0xFF 0xFE
CHILD 0x7B 0x11 0x06 0x09 0x00 0xFE
LOCKOFF
CHILD 0x7B 0x11 0x06 0x09 0xFF 0xFE
LOCKON
6+1 upper Board receive Data (this string will be received from board to
controller when switch is pressed on touch and remote)
Board Switch On OFF
Up -00 no
Lo -11
1 on 0x7B 0x52 0x00 0x04 0x01 0x00
1 off 0x7B 0x52 0x00 0x04 0x01 0xFF
2 on 0x7B 0x52 0x00 0x04 0x02 0x00
2 off 0x7B 0x52 0x00 0x04 0x02 0xFF
3 on 0x7B 0x52 0x00 0x04 0x03 0x00
3 off 0x7B 0x52 0x00 0x04 0x03 0xFF
4 on 0x7B 0x52 0x00 0x04 0x04 0x00
4 off 0x7B 0x52 0x00 0x04 0x04 0xFF
5 on 0x7B 0x52 0x00 0x04 0x05 0x00
5 off 0x7B 0x52 0x00 0x04 0x05 0xFF
6 on 0x7B 0x52 0x00 0x04 0x06 0x00
6 off 0x7B 0x52 0x00 0x04 0x06 0xFF
Fan on 1 0x7B 0x52 0x00 0x04 0x07 0x00 0x14
Fan on 2 0x7B 0x52 0x00 0x04 0x07 0x00 0x28
Fan on 3 0x7B 0x52 0x00 0x04 0x07 0x00 0x3C
Fan on 4 0x7B 0x52 0x00 0x04 0x07 0x00 0x50
Fan on 5 0x7B 0x52 0x00 0x04 0x07 0x00 0x64
Fan off 1 0x7B 0x52 0x00 0x04 0x07 0xFF 0x14
Fan off 2 0x7B 0x52 0x00 0x04 0x07 0xFF 0x28
Fan off 3 0x7B 0x52 0x00 0x04 0x07 0xFF 0x3C
Fan off 4 0x7B 0x52 0x00 0x04 0x07 0xFF 0x50
Fan off 5 0x7B 0x52 0x00 0x04 0x07 0xFF 0x64

ALL OFF 0x7B 0x52 0x00 0x04 0x08 0x00 0xFE


ALL ON 0x7B 0x52 0x00 0x04 0x08 0xFF 0xFE
CHILD 0x7B 0x52 0x00 0x04 0x09 0x00 0xFE
LOCKOFF
CHILD 0x7B 0x52 0x00 0x04 0x09 0xFF 0xFE
LOCKON
6+1 Lower Board receive Data (this string will be received from board to
controller when switch is pressed on touch and remote)
Board Switch On OFF
Up -00 no
Lo -11
1 on 0x7B 0x52 0x11 0x04 0x01 0x00
1 off 0x7B 0x52 0x11 0x04 0x01 0xFF
2 on 0x7B 0x52 0x11 0x04 0x02 0x00
2 off 0x7B 0x52 0x11 0x04 0x02 0xFF
3 on 0x7B 0x52 0x11 0x04 0x03 0x00
3 off 0x7B 0x52 0x11 0x04 0x03 0xFF
4 on 0x7B 0x52 0x11 0x04 0x04 0x00
4 off 0x7B 0x52 0x11 0x04 0x04 0xFF
5 on 0x7B 0x52 0x11 0x04 0x05 0x00
5 off 0x7B 0x52 0x11 0x04 0x05 0xFF
6 on 0x7B 0x52 0x11 0x04 0x06 0x00
6 off 0x7B 0x52 0x11 0x04 0x06 0xFF
Fan on 1 0x7B 0x52 0x11 0x04 0x07 0x00 0x14
Fan on 2 0x7B 0x52 0x11 0x04 0x07 0x00 0x28
Fan on 3 0x7B 0x52 0x11 0x04 0x07 0x00 0x3C
Fan on 4 0x7B 0x52 0x11 0x04 0x07 0x00 0x50
Fan on 5 0x7B 0x52 0x11 0x04 0x07 0x00 0x64
Fan off 1 0x7B 0x52 0x11 0x04 0x07 0xFF 0x14
Fan off 2 0x7B 0x52 0x11 0x04 0x07 0xFF 0x28
Fan off 3 0x7B 0x52 0x11 0x04 0x07 0xFF 0x3C
Fan off 4 0x7B 0x52 0x11 0x04 0x07 0xFF 0x50
Fan off 5 0x7B 0x52 0x11 0x04 0x07 0xFF 0x64

ALL OFF 0x7B 0x52 0x11 0x04 0x08 0x00 0xFE


ALL ON 0x7B 0x52 0x11 0x04 0x08 0xFF 0xFE
CHILD 0x7B 0x52 0x11 0x04 0x09 0x00 0xFE
LOCKOFF
CHILD 0x7B 0x52 0x11 0x04 0x09 0xFF 0xFE
LOCKON

You might also like