Problem with internal Qualcomm GPS-Chip

schimanski

Well-Known Member
Licensed User
Longtime User
Hello!!!

I have written an GPS-application which runs very fine with internal an external GPS-Chips. But now, on the new devices, there are many problems. I have tested the application with the new "HTC Touch diamond" and the "HTC Touch cruise". Both devices have an internal GPS-Chip from "Qualcomm". Now, my application can`t get GPS-data from this Chip. I have tested it with different baudrates. What's the reason for this problem? My source-code for the GPS is the same like the basic4ppc-example codes.


Thank for your help....:confused:
 

agraham

Expert
Licensed User
Longtime User
There is a known problem with the .NET SerialPort, on which the Serial2 library is based, and HTC internal GPS. This affects not just Basic4ppc but any .NET app that uses SerialPort to access an HTC internal GPS.

http://www.b4x.com/forum/questions-help-needed/972-gps-outofmemoryexception-since-wm6.html

I now have a Diamond and have written some code that Erel will shortly release in an amended and tidied up form as a new GPSDriver library that will work on a Diamond. I have posted a preview demo app that should run QVGA on your Diamond in post #36 here http://www.b4x.com/forum/additional...rosoft-gps-intermediate-driver-interface.html
 
Top