Same coordinates and GPS Thread never Stops

Last post 07-10-2008 9:14 by RAPZ. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 07-10-2008 9:14

    • RAPZ
    • Top 500 Contributor
    • Joined on 07-10-2008
    • Posts 1

    Same coordinates and GPS Thread never Stops

    Hi, I use opennetcf gps class in one of my applications. Every thing works great until I used the application on Asus A639 and Asus P750.

    • A639 - In this device, at some point the GPS starts returning the same coordinate over and over until I close the application;
    • P750 - When I call gps stop method the GPS light remains blinking and when I press the "exit" button of my application, the application hangs and the only solution is reseting the device.

    Here is the code i'm using to initialize the gps object (vb 2003 and SDF1.4):

    objGPS = New OpenNETCF.io.Serial.GPS.GPS

    objGPS.ComPort = "COM2:"

    objGPS.BaudRate = OpenNETCF.IO.Serial.BaudRates.CBR_4800

    objGPS.Start()

    What I'm doing wrong? Do I have to set any other property?

    Pleas help me.

    Thank you.

     

    Filed under:
Page 1 of 1 (1 items)