Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

USB devices?

Status
Not open for further replies.

Nordlund

Programmer
Jul 17, 2001
458
SE
Hi there.
Has anyone tried to communicate with some kind of USB device?
The JVCL components allows you to connect to HID devices, but the one I'm trying to connect to isn't a HID device, it's a GPS reciever....



//Nordlund
 
We have experimented with a usb to FIFO converter, the driver for this makes it visible to windows as a serial comm port, so I can use a comm port driver component to drive it thii si the easist way but means that drivers have to be installed on target machines. have a look at
DLP design They also do a direct access version, which has example code in Delphi? (you will need to check this)

Steve
Two things are infinite
The Universe and Human stupidity: Einstein.
(He wasn't too sure about the Universe)
 
I'll check it out... Thanks...

//Nordlund
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top