You would use whatever driver and API are provided for your device. In this
case the card will be installed as disk drive, so... You simply copy the
file using the appropriate path.
There isn't a single method for using USB -- every device provides its own
API. These either are standard Windows APIs, or ones specific to the device
that the device manufacturer provides you.
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See www.mabry.com/vbpgser4 to order.
You could also look at Intel's website for a few other VB6 examples too.
They won't be difficult to convert to VB.NET
Also, depending what you are communicating with you will need to know the
manufaqcturer's info on the hardware
One other thing you can do is use a MSDN subscription to get the driver
development kit, so, you can write your own inf files too. Maybe you don't
need the subscription now, but you did 3 years ago when I was doing a lot of
USB/VB programming for different devices.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.