How do I get NMEA records from GPSdriver.This feature also has GPSserial.
E ELVESIS Member Licensed User Longtime User May 11, 2010 #1 How do I get NMEA records from GPSdriver.This feature also has GPSserial.
agraham Expert Licensed User Longtime User May 11, 2010 #2 GPSDriver doesn't provide them because they are not available to it. You need to use the http://www.b4x.com/forum/additional-libraries/3319-gpsdrivernmea-library.html library and parse the sentences out of the data stream yourself using ReadData or ReadString.
GPSDriver doesn't provide them because they are not available to it. You need to use the http://www.b4x.com/forum/additional-libraries/3319-gpsdrivernmea-library.html library and parse the sentences out of the data stream yourself using ReadData or ReadString.
E ELVESIS Member Licensed User Longtime User May 12, 2010 #3 Thank you for your support...:icon_clap:
blong Active Member Licensed User Longtime User Apr 13, 2011 #4 Have a look in Share your Creations. I have posted NMEA parsing and coordinate conversion modules there today.
Have a look in Share your Creations. I have posted NMEA parsing and coordinate conversion modules there today.