2020-01-20 03:30:43 +01:00
|
|
|
# Features
|
|
|
|
|
|
|
|
|
|
- Most common NMEA messages fully supported
|
2020-01-25 22:30:15 +01:00
|
|
|
- GNSS: `BOD`, `GGA`, `GLL`, `GNS`, `GSA`, `GST`, `GSV`, `RMB`, `RMA`, `RMB`, `RMC`, `RTE`, `VTG`, `ZDA`
|
|
|
|
|
- Garmin Proprietary: `PGRME`, `PGRMZ`
|
|
|
|
|
- Trimble Laser Range Finder: `PTNLA`, `PTNLB`
|
|
|
|
|
- TruePulse Laser Range Finder: `PLTIT`
|
2020-01-20 03:30:43 +01:00
|
|
|
- Automatic merging of multi-sentence messages for simplified usage.
|
2020-01-25 22:30:15 +01:00
|
|
|
- Extensible with custom NMEA messages. [See here](concepts/CustomMessages.html)
|
2020-01-20 03:30:43 +01:00
|
|
|
- Multiple input devices out of the box
|
|
|
|
|
- System.IO.Stream (all platforms)
|
|
|
|
|
- Emulation from NMEA log file (all platforms)
|
|
|
|
|
- Serial Device: .NET Framework, .NET Core (Windows, Linux, Mac) and Windows Universal.
|
2020-01-25 22:30:15 +01:00
|
|
|
- Bluetooth: Windows Universal and Android. .NET Core/.NET Framework is supported using the Bluetooth device via the SerialPortDevice.
|
2020-01-20 03:30:43 +01:00
|
|
|
|