USB initialization

¦

¦è»P¦èµ^

Any class or libraries can be used for USB connection and initialization in
both VB and VC++? Becos i cannot find any in MSDN for VS6.

Thx so much


~ ªÑ²¼»ù®æ¦³¤É¦³¶^, ¶R½æ­n¯à©Ó¾á­·ÀI ~

~ Samba, more than a low cost File and Printer server ~

-- Let us OpenSource --
 
J

John M

You do not talk to USB any more than you talk to a PCI bus. Instead, you
talk to the device driver associated with the device connected to the USB.
So you talk to Com Ports, file systems, modems, ...

Marc Reinig
System Solutions
 
T

Thomas Matthews

¦è»P¦èµ^ said:
Any class or libraries can be used for USB connection and initialization in
both VB and VC++? Becos i cannot find any in MSDN for VS6.

Thx so much

If you want to control a USB port directly, you will
have to use platform specific functionality. There
are no facilities in the C++ language for directly
accessing or controlling a USB port.

See the FAQs and welcome.txt below for some useful
newsgroups to post to.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top