I’m looking for opensource Delphi NMEA parser of production grade.
It will be fine if it can meet critical mission requirement (I’m joking! I believe it’s not attainable using a Win32 system).
So far, I have played around with basic interfacing of a wrist GPS (Garmin Foretrex 101) through serial port using basic windows API (NMEA 0183).
I have also explored an opensource VCL component to handle experimental serial communication with an aviation model GPS (Garmin Gpsmap 196).
Thanks.
I end up using TComPort and TComDataPacket from the open source TComPort package.
ComPort setting:
ComDataPacket settings:
Excerpt of type used
ComDataPacketPacket Event handler:
NMEA processing took place in the event handler.