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.

VB6 and VC# commands in accessing usb port

Status
Not open for further replies.

jezreel

Newbie level 2
Joined
Nov 27, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Philippines
Activity points
1,291
Hello,

I just want ask a commands in VB6 and VC# in accessing usb port.

Thank you for your bright ideas.

Jezreel :wink:
 

You don't say what USB device you wish to communicate with. The class of that device and the device driver associated with that device will dictate how you can access it in VB.

See the book "USB Complete" by Jan Axelson.

See the following links:

1. Free VB, C++ etc. DLL and demo software E-USB PC-ports kits:

Electronic Kits EUSB DLL and Sample Code

Electronic Kits EUSB Software

2. Electronic Kit (DIY), I/O and more via E-USB:
Electronic Kits
 
  • Like
Reactions: ramina

    ramina

    Points: 2
    Helpful Answer Positive Rating
We can adopt a different approach, whose design complexity decreases, but requires addition of few external hardware components : That´s a bridge UART/USB.
At this case, programming at PC side, is performed by standard Serial communications API routines.
Even some professional products make use of that solution, like Modems.
The USB communication directly between uC and PC is suited when the uC already contains a USB hardware module inside.

+++
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top