Hi,
I am trying to read data from an RS-232 port. Does anyone have an example of how I get the date from the port/buffer and make sure that I have all the data as it can be multiline data.
Do I simply read it as follows ?
string Rxstring = port.ReadLine(); Console.WriteLine(Rxstring);
Any help would be most appreciated, as usual.
Thanks, George.