[Mono-dev] Patch for System.IO.Ports.SerialPort ReadLine function

Miguel de Icaza miguel at novell.com
Mon Nov 5 10:06:26 EST 2007


Hello,

    My ReadLine routine is broken, it did not append data that was only
partially part of the ReadLine.   While I was fixing it, I noticed that
we already have a routine that did this correctly (ReadTo).

    So am going to just change the code to be:

	ReadTo (new_line).

Miguel.



More information about the Mono-devel-list mailing list