Activating inputs to basic stamp.
Chez 7
Posts: 4
Hi, can anyone help me re, activating inputs to a basic stamp homework board. At present I have a few "leds" running in sequence at different time intervals, What I want to do is, interrupt the running of the programme ,ie cause a pause through an input command then restart as and when I want through another input command. Is this possible? Chez 7.
Comments
Usually this sort of thing is handled by using a handshaking signal from the Stamp (see the documentation for the SERIN statement) that means "OK, I'm listening" and a timeout on the SERIN statement so the Stamp won't wait indefinitely for an answer if the PC isn't sending anything.