|
Prev: touch panel disable and enable
Next: Plug-in
From: BigB on 5 May 2008 13:19 Thanks, I found the (not yet complete) solution based on your guidance. For anyone interested: the initialization can be done with SIRF messages. I did not find the specific message however, only an API call (SirfInitializeReceiverEx) in a 3rd party toolset (see http://www.linkspoint.com/toolkithelp/SirfInitializeReceiverEx(a)GPSINITMODE@const_PGPSINITTIME(a)const_PGPSPOSITION@const_BOOL(a)const_BOOL.html) for details. I cancelled implementing it however, because I don't want to switch to and from NMEA and SIRF protocols. Thanks anyway, Balint "Paul C." wrote: > Google for "Sirf" & "protocol" and you should find a download. That's what I > did quite a while ago. Sirf themselves are no help at all unless you have > bought a product directly from them. anything incorporated in another product > and they don't want to know. If you get the download it tells you how to > communicate with the GPS. I did, so it can't be hard, but it was a couple of > years ago and I have forgotten it all + have a new computer so don't have the > file anymore. It's out there, I assure you > > "BigB" wrote: > > > Hi, > > > > I'm developing a GPS-related application, and I need to use the raw interface. > > Sometimes the GPS receiver seems to go nuts: it keeps sending NMEA data > > (including 10-12 visible sattelites), but it is unable to find a location. > > However, when I start some commercial GPS application, it quickly finds a > > valid location. > > > > The question is: is it possible / neccessary to somehow reset the GPS > > receiver? If so, how? > > > > Thanks, > > BalintN
From: Henryk Birecki on 5 May 2008 15:31 See: http://gpsd.berlios.de/vendor-docs/sirf/sirf_binary.pdf Henryk Birecki BigB <BigB(a)discussions.microsoft.com> wrote: >Thanks, I found the (not yet complete) solution based on your guidance. > >For anyone interested: the initialization can be done with SIRF messages. I >did not find the specific message however, only an API call >(SirfInitializeReceiverEx) in a 3rd party toolset (see >http://www.linkspoint.com/toolkithelp/SirfInitializeReceiverEx(a)GPSINITMODE@const_PGPSINITTIME(a)const_PGPSPOSITION@const_BOOL(a)const_BOOL.html) for details. > >I cancelled implementing it however, because I don't want to switch to and >from NMEA and SIRF protocols. > >Thanks anyway, >Balint > >"Paul C." wrote: > >> Google for "Sirf" & "protocol" and you should find a download. That's what I >> did quite a while ago. Sirf themselves are no help at all unless you have >> bought a product directly from them. anything incorporated in another product >> and they don't want to know. If you get the download it tells you how to >> communicate with the GPS. I did, so it can't be hard, but it was a couple of >> years ago and I have forgotten it all + have a new computer so don't have the >> file anymore. It's out there, I assure you >> >> "BigB" wrote: >> >> > Hi, >> > >> > I'm developing a GPS-related application, and I need to use the raw interface. >> > Sometimes the GPS receiver seems to go nuts: it keeps sending NMEA data >> > (including 10-12 visible sattelites), but it is unable to find a location. >> > However, when I start some commercial GPS application, it quickly finds a >> > valid location. >> > >> > The question is: is it possible / neccessary to somehow reset the GPS >> > receiver? If so, how? >> > >> > Thanks, >> > BalintN
From: Henryk Birecki on 5 May 2008 15:48 OOPS... I forgot the one you may be more interested in http://www.remember.ro/dl/nmea0183.pdf look for $PSRF100 Henryk Birecki Henryk Birecki <soaringpilot(a)sbcglobal.net> wrote: >See: >http://gpsd.berlios.de/vendor-docs/sirf/sirf_binary.pdf > >Henryk Birecki > >BigB <BigB(a)discussions.microsoft.com> wrote: > >>Thanks, I found the (not yet complete) solution based on your guidance. >> >>For anyone interested: the initialization can be done with SIRF messages. I >>did not find the specific message however, only an API call >>(SirfInitializeReceiverEx) in a 3rd party toolset (see >>http://www.linkspoint.com/toolkithelp/SirfInitializeReceiverEx(a)GPSINITMODE@const_PGPSINITTIME(a)const_PGPSPOSITION@const_BOOL(a)const_BOOL.html) for details. >> >>I cancelled implementing it however, because I don't want to switch to and >>from NMEA and SIRF protocols. >> >>Thanks anyway, >>Balint >> >>"Paul C." wrote: >> >>> Google for "Sirf" & "protocol" and you should find a download. That's what I >>> did quite a while ago. Sirf themselves are no help at all unless you have >>> bought a product directly from them. anything incorporated in another product >>> and they don't want to know. If you get the download it tells you how to >>> communicate with the GPS. I did, so it can't be hard, but it was a couple of >>> years ago and I have forgotten it all + have a new computer so don't have the >>> file anymore. It's out there, I assure you >>> >>> "BigB" wrote: >>> >>> > Hi, >>> > >>> > I'm developing a GPS-related application, and I need to use the raw interface. >>> > Sometimes the GPS receiver seems to go nuts: it keeps sending NMEA data >>> > (including 10-12 visible sattelites), but it is unable to find a location. >>> > However, when I start some commercial GPS application, it quickly finds a >>> > valid location. >>> > >>> > The question is: is it possible / neccessary to somehow reset the GPS >>> > receiver? If so, how? >>> > >>> > Thanks, >>> > BalintN
|
Pages: 1 Prev: touch panel disable and enable Next: Plug-in |