Update readme.

This commit is contained in:
mattbk
2026-09-07 15:16:44 -05:00
parent 011fc62b9b
commit 86c5720fb4
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "gpsll"
version = "0.1.0"
edition = "2026"
edition = "2021"
[dependencies]
serialport = "4.2"
+11
View File
@@ -25,6 +25,17 @@ Options:
-V, --version Print version
```
```
Matt@computer % gpsll -c "/dev/tty.usbmodem1301"
Reading from "/dev/tty.usbmodem1301"
2026-09-07 15:14:43, 47.11, -97.22
2026-09-07 15:14:44, 47.11, -97.22
2026-09-07 15:14:46, 47.11, -97.22
2026-09-07 15:14:48, 47.11, -97.22
2026-09-07 15:14:49, 47.11, -97.22
2026-09-07 15:14:50, 47.11, -97.22
```
## Acknowledgments
- Inspiration from https://github.com/FPyC639/Rust_GPS_GUI_COM_Port_Reader.