OzzieGeorge
Programmer
I have got a simple comms package working but at present I have to get each character one at a time using input and in order to know when I have got all I need I have to test for known characters or stings of characters. I don't believe this is the best way of dealing with this and was wondering if anyone knew of a way to use handshaking and the Oncomm event possibly using CTS to know when the other end has finished sending and then grab the entire string from the buffer? I'm using MScomm for the comms by the way.