Henryk
Mon May 05 14:48:54 CDT 2008
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@sbcglobal.net> wrote:
>See:
>
http://gpsd.berlios.de/vendor-docs/sirf/sirf_binary.pdf
>
>Henryk Birecki
>
>BigB <BigB@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@GPSINITMODE@const_PGPSINITTIME@const_PGPSPOSITION@const_BOOL@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