Has anyone figured out how to connect to and read/write data to a USB
device?
I found some sample code for VB6 on the Intel Web site but, even under VB6,
it doesn't seem to work quite right (at least it didn't recognize my
device).
http://www.intel.com/intelpress/usb/examples/download.htm
Thanks, Steve
Dick Grier - 01 Sep 2004 18:15 GMT
Hi,
This really depends on the USB device, and the driver supplied by the device
manufacturer. I suggest that you get a copy of Jan Axelson's book USB
Complete, 2nd Edition (see Books on my homepage). She also has a VB .NET
example on her site (www.lvr.com). However, as I said, there isn't anything
to "universal" about USB.
Dick

Signature
Richard Grier (Microsoft Visual Basic MVP)
See www.hardandsoftware.net for contact information.
Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
Sijin Joseph - 01 Sep 2004 18:18 GMT
Hi Steve,
I came across this nice thread
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=eFyFozm1CHA.2188%40TK
2MSFTNGP10&rnum=1&prev=/groups%3Fselm%3DeFyFozm1CHA.2188%2540TK2MSFTNGP10
that seems to answer your question, also i found this article
http://www.developerfusion.com/show/4392/
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Has anyone figured out how to connect to and read/write data to a USB
> device?
[quoted text clipped - 6 lines]
>
> Thanks, Steve