[DUG] Reading data from a USB

Wes Edwards edwardsw at steadfast.co.nz
Thu Aug 12 16:16:34 NZST 2010


I've successfully used the JvHidDeviceController component (part of the Jedi
VCL library) to obtain data from a USB device (in this case a gamepad).
There are demos supplied.

You'll need to work out the format of the data obtained, but hopefully
self-explanatory or discoverable.

 

Wes

 

 

From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz] On
Behalf Of Ross Levis
Sent: Thursday, 12 August 2010 1:02 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] Reading data from a USB

 

USB devices generally have unique interfaces and require specific drivers to
access them.  I've got a USB thermometer here which I wrote code to access
via a DLL they provide.

 

Unfortunately it's nothing like RS232.  You would need to find a device that
meets your needs, or just purchase a USB to serial converter.

 

Ross.

 

From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz] On
Behalf Of Marshland Engineering
Sent: Wednesday, 11 August 2010 11:30 PM
To: delphi at delphi.org.nz
Subject: [DUG] Reading data from a USB

 

I'm working with a data logger and currently get my data from it through an
RS232 port. 

Anyone used the USB for retrieving data and if so how ? 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20100812/b35a8a07/attachment.html 


More information about the Delphi mailing list