Update Features.md

This commit is contained in:
Morten Nielsen 2020-01-25 13:30:15 -08:00 committed by GitHub
parent 6f17b13f33
commit 7c609e8fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
# Features
- Most common NMEA messages fully supported
- 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
- 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`
- Automatic merging of multi-sentence messages for simplified usage.
- Extensible with custom NMEA messages [see here](concepts/CustomMessages.html)
- Extensible with custom NMEA messages. [See here](concepts/CustomMessages.html)
- 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.
- Bluetooth: Windows Universal and Android. .NET Core/.NET Framework is supported using the bluetooth device via the SerialPortDevice.
- Bluetooth: Windows Universal and Android. .NET Core/.NET Framework is supported using the Bluetooth device via the SerialPortDevice.