Accessing serial data on USB COM port
I have a h/w device开发者_开发百科 connected to my USB port. The device sends serial data to my USB port. It is connected on one of the COM ports.
I wanted to know, how can I take these values in a C# desktop client?
Thank You
You can use for that .Net 2.0 component SerialPort Class
精彩评论