USB Port
-
I am interested in playing around with some IO in C#. Could someone point me out to some articles about IO with a USB port in C# 2.0? Thanks, Sean
The only thing I've come across is IC#Code's #usblib But I don't think it's been updated in a long time. Another alternative is to use the SerialPort class and specify a usb port to open (this works in the old MSComm control). I'll try and remember how the ports are named :), this will allow you to use the USB port like a Serial Port Ed
-
The only thing I've come across is IC#Code's #usblib But I don't think it's been updated in a long time. Another alternative is to use the SerialPort class and specify a usb port to open (this works in the old MSComm control). I'll try and remember how the ports are named :), this will allow you to use the USB port like a Serial Port Ed
-
I am interested in playing around with some IO in C#. Could someone point me out to some articles about IO with a USB port in C# 2.0? Thanks, Sean