-2

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 Answers1

0

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

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

David Grayson
  • 84,103
  • 24
  • 152
  • 189