Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to read data from USB using VB6?

Status
Not open for further replies.

keeloq

Newbie level 3
Joined
Apr 5, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
USB!!

How to Read data from USB using VB6.
 

USB!!

you can't do this direcly with a control, it's possible but you must search in forum other topic as this
 

Re: USB!!

Not sure about VB6 but in VC6 one uses the DeviceIOCTL function calls to set up endpoints for USB comms. Each device must be enumerated and run in its own thread. USB can be complex due to the implementation in OS!

Swingbyte
 

Re: USB!!

Look for EasyHID from Mecanique, it can generate code for VB, VC, Delphi and also for PIC controller.
 
USB!!

At the pripheral side you need a usb controller such as Cypress ones or other options
And You need a driver either developed by the chip manufacturer or by you
And the final thing that you need is a software developement library that is able to be used in VB6
The easiest way is to use FTDI usb to serial converter module or chip....

Added after 1 minutes:

cypress.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top