How to establish USB Connection in VB .Net

  • Thread starter Thread starter Goaman
  • Start date Start date
G

Goaman

Hi,

I am new to VB.Net and would like to write a program that communicates with
and device via USB port. Is there a sample code that show me that?

I tried searching in the web but could not find anything useful.

Thanks and please help!

rgds.
 
Michel Posseth said:
Hello

As the S in USB stands for Serial you can just use anny example that
comunicates to a serial port
like the one below

http://www.microsoft.com/downloads/...ca-e4f1-4846-912c-b4ed37a1578b&DisplayLang=en

Have you tried working with USB using standard Serial I/O?... fwiw, the "B"
in USB stands for BUS, not PORT, so that code's not going to do much good...

There are several Serial to USB converters out there. With one of /those/
plugged in, that code might work.
 
Back
Top