Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

communicate to USB port with vb6

Options
  • 21-02-2006 8:13pm
    #1
    Closed Accounts Posts: 41


    Hiya

    I am doing a project where i now need to communicate from visual basic out through the USB port does anybody have any help??

    thanks


Comments

  • Closed Accounts Posts: 94 ✭✭pilson


    I was looking into that for a project of my own. Everywhere I turned I was greeted with negativity. Apparently it is nowhere near as trivial as going through a COM port. If you can use the COM port instead you will have an easier task. Otherwise, you might end up having to read a full textbook (I did not have the time) on usb port communication...
    Please let me know if you have any success... :-)


  • Registered Users Posts: 6,508 ✭✭✭daymobrew


    Maybe look at the open source libusb-Win32 library.
    Libusb-win32 is a port of the USB library libusb to the Windows operating systems (Win98SE, WinME, Win2k, WinXP). The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.


Advertisement