Jayesh
Jayesh

Reputation: 3951

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

Upvotes: 0

Views: 1606

Answers (1)

volody
volody

Reputation: 7199

You can use for that .Net 2.0 component SerialPort Class

Upvotes: 2

Related Questions