Multitasking with BS2?
gswhite
Posts: 2
Hey All,
I'm new to the group and new to Basic Stamp.· I have access to BS2's so that's what I'm learning with.· I played with the OOPic's for a while.· The OOPIc's object code is fast but anything scripted is slow and serial comms are terrible.·
In BS2 I·need to wait for a SERIN sequence, "xyz" for now, and the status of 8 inputs a the same time.· If all eight inputs are high,·I need to turn on an output.· The program halts while waiting for SERIN = "xyz".· How can I wait for an incoming serial byte and monitor a·group of 8 I/O at the same time?
thanks ahead,
Geoff·
I'm new to the group and new to Basic Stamp.· I have access to BS2's so that's what I'm learning with.· I played with the OOPic's for a while.· The OOPIc's object code is fast but anything scripted is slow and serial comms are terrible.·
In BS2 I·need to wait for a SERIN sequence, "xyz" for now, and the status of 8 inputs a the same time.· If all eight inputs are high,·I need to turn on an output.· The program halts while waiting for SERIN = "xyz".· How can I wait for an incoming serial byte and monitor a·group of 8 I/O at the same time?
thanks ahead,
Geoff·
Comments
·
-Geoff