We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/dev
1 parent df5c8e5 commit 16cf449Copy full SHA for 16cf449
1 file changed
lib/soro_gps/examples/laptop.rs
@@ -9,8 +9,8 @@ fn main() {
9
// IMPORTANT: change this to the GPS' serial connection file.
10
//
11
// on Windows, you might be outta luck, but macOS and Linux should allow
12
- // grabbing this with: `ls /dev | grep ACM`
13
- const DEVICE_PATH: &str = "TODO";
+ // grabbing this with: `ls /dev/serial/by-id | grep Septentrio`
+ const DEVICE_PATH: &str = "/dev/ttyACM0";
14
15
// then, "make a connection" by reading from that file!
16
let mut gps: Gps = match Gps::new(DEVICE_PATH.into()) {
0 commit comments