> Hi!
> I wish to send and receive data to usb port through c# code. Upon
> searching, I found out that
> c# only has support for SerialPort in System.IO.Ports and no support
> for usb. For that I will have to use c++ wrapper classes.
> Please don't tell me use a serial-to-usb convertor coz there are some
> hardware issues that I have with the GSM modem.
> 1. But I can't find any good resource or c++ code, through which i
> can do that? Can u tell me the links.
> 2. What is meant by COM1, COM2 and so on? Can somebody educate me on
> that? Are these terms only used for serial ports or usb ports?
> Thanks in Advance
Your question does not deal with anything