Re: How to Interface to USB
- From: Robert Marquardt <robert_marquardt@xxxxxx>
- Date: Tue, 18 Oct 2005 05:53:17 +0200
Mocacius wrote:
I posted this in Activex.Writing and was told this might be a better place for it, so here it goes...
-----
Using Delphi5. I'm writing an OCX to track a vehicle position from live GPS data. I was using a serial GPS and had no problems, I was reading the data, processing it, etc.. However, a client needs to use this with a GPS connected through the USB port, and I don't know how to read the data from it. Is there any specific information, on how to get data from the USB port? Are there any controls that I may need to get/license to let me communicate with the USB? What can I do?
I am really desperate, so any information, help, suggestions would be great!
There is no USB port at all. At least not on software level.
You can only talk to specific devices. It is just like ethernet where you also would not dream of talking to the ethernet port.
Many GPS receivers do have driver which installs a virtual COM port which works like a real one. Without more information about the device it is impossible to tell more. Please tell the prcise name of the device.
The device can have a custom driver which is only accessible through DeviceIoControl calls. Without documentation from the manufacturer there is no way to tell.
.
- Follow-Ups:
- Re: How to Interface to USB
- From: Mocacius
- Re: How to Interface to USB
- References:
- How to Interface to USB
- From: Mocacius
- How to Interface to USB
- Prev by Date: Re: Problem with graphic column!
- Next by Date: Re: How to Interface to USB
- Previous by thread: How to Interface to USB
- Next by thread: Re: How to Interface to USB
- Index(es):
Relevant Pages
|