| 
Try SharpUSBLib, a .NET wrapper for libusb written in C#:
http://www.icsharpcode.net/OpenSource/SharpUSBLib/default.aspx
Stephan
>=20
>=20
> Dear all.
>=20
>=20
> I=92m using Visual Basic 2005 and like to access
> my Garmin GPS receiver.
>=20
>=20
> Unfortunately I=92m not able to write the initialization.
>=20
>=20
> I=92m only able to access the listed function.
>=20
>=20
> =20
>=20
>=20
> Please can you send me or post an example in Visual
> Basic 2005 how to access the USB driver.
>=20
>=20
> Thanks for your support.
>=20
>=20
> =20
>=20
>=20
> Ha...@we...
>=20
>=20
> =20
>=20
>=20
> =20
>=20
>=20
> =20
>=20
>=20
> This part is only working L
>=20
>=20
> =20
>=20
>=20
> Declare Sub usb=5Finit Lib "libusb0.dll" ()
>=20
>=20
> Declare Function usb=5Ffind=5Fbusses Lib "libusb0.dll" () As Integer
>=20
>=20
> Declare Function
> usb=5Ffind=5Fdevices Lib "libusb0.dll"
> () As Integer
>=20
>=20
> =20
>=20
>=20
> usb=5Finit()
>=20
>=20
> nBusses =3D
> usb=5Ffind=5Fbusses()
>=20
>=20
> nDevices =3D
> usb=5Ffind=5Fdevices()
>=20
>=20
> Label1.Text =3D "Devices "
> & nDevices
>=20
>=20
> Label2.Text =3D "Busses " &
> nBusses
>=20
>=20
> =20
>=20
>=20
> =20
>=20
> -----------------------------------------------------------------
> ------------------------------------------------------------------------=
-
> Using Tomcat but need to do more=3F Need to support web services, security=
=3F
> Get stuff done quickly with pre-integrated technology to make your job e=
asier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geroni=
mo
> http://sel.as-us.falkag.net/sel=3Fcmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642=
>=20
> -----------------------------------------------------------------
> =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
> Libusb-win32-devel mailing list
> Lib...@li...
> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
>=20
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/=3Fmc=3D021193
 |