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
You should use the SerialPort class, which is documented here:
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport