| ??? 11/15/06 19:08 Read: times  | 
#128039 - State Machine. Responding to: ???'s previous message  | 
Russell Bull said: 
I can't see any reason why you can't do a multi step sequence under Delphi (or VB etc)- I do it all the time. I agree entirely! I do it with C++ Builder - but the principle remains the same. If I want to decode a protocol from incoming serial data, the serial object gives me an event when data is available - I then process the available bytes via a state machine. Absolutely! State Machines are well suited to protocol work!  | 



