Greetings fellow netburner (PINK) enthusiasts. I have a Home Automation system running with a PINK/PIC-Basic/x-bee network controlling 5 HVAC zones. I have noticed a strange behavior upon boot up (after power failure for instance).
My web page has a few HTML radio buttons and the uC side PIC Basic code attempts to read them
Code: Select all
SEROUT2 pinkTX, pinkBaud, ["!NB0R93"] ' Command To Read minisplit radio button
SERIN2 pinkRX, pinkBaud,PauseBit,timeout1,[dec mem2]
Nb_var93 shows a '0' when viewed here
http://192.168.1.xx/VV_Show.htm but still times out and will continue to time out until I log into the web page and manually toggle the radio button.
Right now my work around is to have the PINK text me of the error so I can log in and correct this.
Any Ideas? Need more information?
-Mike2545