The Garmin SDK is very hard to use in my point of view... I tryed to use it
but i can't find almost anything on the web about it so, I started to work
with libusbx.
I don't wanna work with web applications, I need a desktop application in
c++ (must work in linux and linux). I already have a GIS application in qt4
(working on linux and windows) and i need to add to that the possibility to
make realtime tracking on gps devices. This is the reason I'm working with
libusbx.

2012/7/24 Tim Roberts <t...@probo.com>

> Luiz Andrade wrote:
> > Hi again, I just installed Zadig in my computer and I installed the
> > garmin driver 0x091E/0x0003 for my garmin Etrex Vista HCX.
> > But i still get the -12 error when i try to access my gps. I'm using
> > libusbx-1.0.12 now, I included the source files into a qt4 project.
> > My project compiles and runs ok, what I'm missing now. Sorry again,
> > but I'm a beginner in libusb.
>
> Look, if you want to use the Garmin driver, then you need to use
> Garmin's API to access the device.  If you want to use libusbx, then you
> cannot use Garmin's driver.  One or the other.
>
> If you are just a beginner, then why do you want to use libusbx?  Why
> not just use Garmin's API, which is defined, documented, and tested?
> They have a Device Interface SDK that should be able to get you whatever
> you need.
>    http://developer.garmin.com/web-device/
>
> Libusbx is usually not the right answer when there is already a
> well-defined way to access the device.
>
> --
> Tim Roberts, t...@probo.com
> Providenza & Boekelheide, Inc.
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> libusbx-devel mailing list
> libusbx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libusbx-devel
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to