diff --git a/Cargo.toml b/Cargo.toml index 13fc1b9..c2f5cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gpsll" version = "0.1.0" -edition = "2026" +edition = "2021" [dependencies] serialport = "4.2" diff --git a/README.md b/README.md index 65a1851..a174ef8 100644 --- a/README.md +++ b/README.md @@ -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.