HI,
after making a test program that is decode manualy NMEA sentence, I saw that I received a single string with 3 NMEA sentences :
(program use listbox and strsplit to write NMEA sentence)
$GPZDA Date & Time
$GPGGA Global Positioning System Fix Data
$GPRMC Recommended minimum specific GPS/Transit data
These 3 sentences are separated by 2 specials Characters, but I don't know witch one (represented by square)
Is someone already had this problem?
How can I decoded this 2 specials characters?
How can I change this (serial parameters?)?
How can I securize data reading to avoid crash with not numeric data in latitude and longitude (single/double....)
:sign0085:
after making a test program that is decode manualy NMEA sentence, I saw that I received a single string with 3 NMEA sentences :
(program use listbox and strsplit to write NMEA sentence)
$GPZDA Date & Time
$GPGGA Global Positioning System Fix Data
$GPRMC Recommended minimum specific GPS/Transit data
These 3 sentences are separated by 2 specials Characters, but I don't know witch one (represented by square)
Is someone already had this problem?
How can I decoded this 2 specials characters?
How can I change this (serial parameters?)?
How can I securize data reading to avoid crash with not numeric data in latitude and longitude (single/double....)
:sign0085: