Thread: C++ usb/serial package?

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    105
    Hi there!

    I ask the question again, since this topik has fallen asleep
    So is nowadays a USB driver package (and libraries, and all that) for Borland C++ Builder 5.0 available anywhere?

    I don't really care if it's an open source, unofficial or needs debugging, I only need to start somewhere!

    Thanks.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659

  3. #3
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Note: These links are taken from an old post so some links may be broken.

    Here is an open-source usb library:
    http://libusb-win32.sourceforge.net./

    You may also be able to use the built-in windows drivers:
    http://www.ednasia.com/EDNA/modules....cle&sid=301008
    http://www.google.com/search?q=HidD_GetHidGuid

    and several commercial options:
    http://www.kadtronix.com/usbhidapi.htm
    http://www.devicedriver.com/usbsdk.php
    http://www.jungo.com/wdusb.html
    http://www.thesycon.de/eng/index.htm
    http://www.tetradyne.com/dxusb.htm
    http://www.codemercs.com/IOWarriorE.html

    Search: usb library windows

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to get RSSI value, send to sensor, sensor receive package, repackage it?
    By techissue2008 in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-04-2009, 10:13 AM
  2. Cannot install lrzsz package, please help
    By ssharish2005 in forum Tech Board
    Replies: 2
    Last Post: 06-20-2007, 05:36 AM
  3. 'portable' package
    By janklojo in forum C++ Programming
    Replies: 2
    Last Post: 12-22-2006, 01:58 PM
  4. Possible Loss of data
    By silicon in forum C Programming
    Replies: 3
    Last Post: 03-24-2004, 12:25 PM
  5. C++ usb/serial package?
    By revelation437 in forum C++ Programming
    Replies: 5
    Last Post: 03-12-2004, 06:25 PM