There is no direct object for reading/writing to the usb port (unless your usb devices is massstorage class and can use regular file I/O or acts like a serial port then you can use the SerialPort object)
You will need to find the Win32 API for doing it and then import the functionality into .NET
Comment