Hi,
Two years ago, I have developed GPS application. It is intended for pedestrian use, so it is very important to turn off so-called Static Navigation in the GPS chipset configuration. As you know the Static Nawigation is often included by the manufacturer (especially for the SiRF) and freezes the coordinates at low speed traffic. For pedestrians use in my application I need to turn it off.
My app uses the library Serial2.dll, to turn off Static Navigation is necessary to send to the GPS chipset same configuration data - I use for this Serial.Output2 (Array) .
My app works correctly on the part of the equipment, but some of my potential customers received information that my app does not see any GPS data on their device (ex. Samsung Omnia, Mio Explora K70). Settings for COM port are exactly the same as for VisualGPS or BeeLineGPS that work properly with the GPS.
So I'm going to modify and improve my applications using GPSDriver.dll, which can found automatically communication between device and its internal GPS, I hope. But I see a serious problem - GPSDriver.dll has very useful functions to read GPS data, but I do not see any function to send data to the GPS chipsets - something like Serial.Output2.
My question is - how to send data to the GPS chipset using GPSDriver.dll, or what else could I use to have two-way communication with the chipset and not have problems with certain types of devices, which not accept Serial2.dll?
Best regards
Two years ago, I have developed GPS application. It is intended for pedestrian use, so it is very important to turn off so-called Static Navigation in the GPS chipset configuration. As you know the Static Nawigation is often included by the manufacturer (especially for the SiRF) and freezes the coordinates at low speed traffic. For pedestrians use in my application I need to turn it off.
My app uses the library Serial2.dll, to turn off Static Navigation is necessary to send to the GPS chipset same configuration data - I use for this Serial.Output2 (Array) .
My app works correctly on the part of the equipment, but some of my potential customers received information that my app does not see any GPS data on their device (ex. Samsung Omnia, Mio Explora K70). Settings for COM port are exactly the same as for VisualGPS or BeeLineGPS that work properly with the GPS.
So I'm going to modify and improve my applications using GPSDriver.dll, which can found automatically communication between device and its internal GPS, I hope. But I see a serious problem - GPSDriver.dll has very useful functions to read GPS data, but I do not see any function to send data to the GPS chipsets - something like Serial.Output2.
My question is - how to send data to the GPS chipset using GPSDriver.dll, or what else could I use to have two-way communication with the chipset and not have problems with certain types of devices, which not accept Serial2.dll?
Best regards