.NET Components for Mobility

GPS data input modified

Last post 08-19-2008 4:39 AM by PeterFoot. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-18-2008 4:49 PM

    • podo
    • Top 100 Contributor
    • Joined on 04-01-2008
    • Posts 6

    GPS data input modified

    Hi Peter,

    I have to make a software that is running some operations on GPS data and then returns the coordinates corrected to TomTom for navigation.

    What the software should do is:
    1. detect the GPS from a bluetooth device
    2. correct the GPS data
    3. TomTom navigation with GPS data corrected

    How can achieve the point 3, ie pass to the TomTom the custom GPS data, with InTheHand.TomTom? Should I use the property ExternalGPSInput?
    And if so, in what way?
    Thanks for any response,

    Carlo 

    Filed under:
  • 08-19-2008 4:39 AM In reply to

    Re: GPS data input modified

    ExternalGPSInput returns a Stream object. You'll need to write your amended NMEA ASCII data to this stream using a StreamWriter or writing directly from a byte[ buffer depending on how you perform the modifications to the data.

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
Page 1 of 1 (2 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.