Problem with receiving data form serial port in c#?

Posted by moon on Stack Overflow See other posts from Stack Overflow or by moon
Published on 2010-06-07T08:21:08Z Indexed on 2010/06/07 8:42 UTC
Read the original article Hit count: 190

Filed under:
|

hello i have problem with receiving data from serial port in c# in am inserting a new line operator at the end of data buffer. then i send this data buffer on serial port, after this my c# GUI receiver will take this data via Readline() function but it always give me raw data not the actual one how to resolve this problem.

© Stack Overflow or respective owner

Related posts about c#

Related posts about Windows