10-07-2013, 03:13 PM
My PJ screen has a serial interface, I got this. Does this make sense to anyone? I was looking for pretty little words, characters, or whatnot.
Code:
485communication protocol
一、RS485 or RS232 communication setting
Rate:2400
Start postion:1
dada postions:8
stop position:1
checking position:no
二、Basic Communication protocol(need to finish learn function first)
Data format:0XFF,D1,D2,D3,OPN
1、Code:1byte 0XFF
2、Adress code:3byte D1,D2,D3
3、Operation code:1byte OPN(0xAA=log in,0xCC=stop,0xDD=up,0xEE=down)
三、Fixed format command。no need to first finish learn code function
1、stop:0xFF,0xEE,0xEE,0xEE,0xCC
2、up:0xFF,0xEE,0xEE,0xEE,0xDD
3、down:0xFF,0xEE,0xEE,0xEE,0xEE
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation