How to use SerialPort in .Net by using DataReceived event?

Posted by linjunhalida on Stack Overflow See other posts from Stack Overflow or by linjunhalida
Published on 2010-04-23T03:18:39Z Indexed on 2010/04/23 3:43 UTC
Read the original article Hit count: 233

Filed under:
|
|

I know the DataReceived event is fired on a background thread. How do I tell the GUI thread to show the data in the event handler?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms