communicationg to device using cdc usb protocol in c# windows application

2.6k views Asked by At

I need help to create a c# application for usb communication using cdc protocol. My application is communicating to device by using by using usb communication protocol.Can somebody give me a sample application in c# showing sending and receiving of data using "Communication Device Class" usb protocol.

Thanks in advance

1

There are 1 answers

1
David Grayson On BEST ANSWER

You should use the SerialPort class, which is documented here:

https://msdn.microsoft.com/en-us/library/system.io.ports.serialport