visual studio 2010 - How to get the data from a USB port in VB.NET - Stack Overflow
What interface does the device implement? You have a couple of standard interfaces for USB: USB Keyboards, USB drives, USB Serial... If the device communicates using one of these, you are in luck and there probably is a standard interface. If the device d...