DEBUGIN question
Rocketeer
Posts: 3
When the BS runs without being connected to a PC, it ignors DEBUG statements (right?).
How does the BS handle DEBUGIN when not connected to a PC?
I would like my program to have a menu when plugged into the PC, but to just skip it if not connected to a PC.· How do I get that to happen?
How does the BS handle DEBUGIN when not connected to a PC?
I would like my program to have a menu when plugged into the PC, but to just skip it if not connected to a PC.· How do I get that to happen?
Comments
You could use SERIN 16 instead of DEBUGIN and include a timeout in the SERIN statement. Read the descriptions of DEBUGIN and SERIN in the BASIC Stamp Syntax and Reference Manual.