Thanks for the updated docs. I am sure they will help with writing the interface.
Although I am still curious about the house code...
Are there multiple clocks to be set up for each house code? eg A-P? Do I have to set the clock for every house code? If I read your message right it would seem to be the case.
So if I wanted to set the clock for house code A, and the time and date are : Tues Sept 2 2008 : 10:15:33am I'd be looking at something like :
Sending the characters representing:
0x9b
0x21 (33 seconds)
0x0f (15 min, why does it say up to 119 min?)
0x0A (10 hour (am))
0xF6 (Sept 2nd 246th day this year - including leap)
0x00 (carry bit for days 256-365(6) 1 = Day Byte + 255)
0x04 (For Tues assuming bit flags == the day 1=Sun, 2=Mon, 4=Tues, 8=Wed, 16=Thurs, 32=Fri, 64=Sat)
0x67 (Bit settings based on House Code A + Reserved = 0, Timer Purge = 1, Batt Clear = 1, Monitor Stat Clear = 1 [Binary 01100111])
So I would basically send the above sequence of 8 bytes to set the time for House Code A, and do you have to repeat that for House Codes B-P?
Thanks for the assistance.