I believe the maximum variable size is 65535.
I believe the maximum variable size is 65535.
Dave Purola,
N8NTA
EN82fn
Hi Dave
I knew that :-) Honest !
Thank you.
1 second is a nice even value,
straight after the code that validates the actual input dataCode:timeoutperiod var word ... HSERIN [Item... timeoutjump,1000] ; 1 second timeout resumeprogram:
anywhere in your main loopCode:timeoutperiod = 0; // reset sleep timeout
way at the end of your program...Code:if timeoutperiod > 1199 then ; 20 mins with no valid input goto sleeproutine endif
Code:timeoutjump: timeoutperiod = timeoutperiod + 1; goto resumeprogram
Bookmarks