SERIN WAIT equivalent for BS1
scary terry
Posts: 24
Hi All,
I've got a circumstance where I'm looking for the word "Stop" from an external device before a program can proceed. I can use the SERIN command on a BS2 as such: SERIN 1, 84, [noparse][[/noparse]WAIT ("Stop")] and it works fine. I'd like to do something similar with a BS1 but I know that command is not available. Any ideas on how I can accomplish the same thing on a BS1?
I've got a circumstance where I'm looking for the word "Stop" from an external device before a program can proceed. I can use the SERIN command on a BS2 as such: SERIN 1, 84, [noparse][[/noparse]WAIT ("Stop")] and it works fine. I'd like to do something similar with a BS1 but I know that command is not available. Any ideas on how I can accomplish the same thing on a BS1?
Comments
Try this...
SEROUT 0, N2400, ("VPF new.mp3", 13)
The CR is actually just the value 13. Using CR just makes it more readable.
Seems you cant use CR·in bs1 programs, only bs2 and up.
Cheers,
Chris, West Oz.