continuos loop, continuos data input
sara lidgey
Posts: 3
Hi All,
Is it possible to have my BS2 stamp running a continous loop and at the same time constantly wait for and accept input(SERIN) to change variables used in the loop. I am new to this, obviously.
>Sara
Is it possible to have my BS2 stamp running a continous loop and at the same time constantly wait for and accept input(SERIN) to change variables used in the loop. I am new to this, obviously.
>Sara
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·
debug "Enter (first variable)".cr ·just before the serin statement, otherwise you won't know when to enter what.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·
>Sara
·· What you will need to do is put the SERIN within the loop using a timeout if you need other things to happen while awaiting the input.· What else you do, and how quickly you get back to the SERIN will determine if this will work for you.· See the help file under the SERIN command for help on the timeout feature.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com