Reputation: 21
is gpsd able to decode u-blox binary messages or not? i particularly need the UBX-NAV messages. if it doesn't what do you recommend to use instead?(a linux based one plz)
Upvotes: 1
Views: 1351
Reputation: 11
sudo su
dmesg | grep tty
. It's possible to see any below device name:
/dev/ttyUSB0
/dev/ttyACM0
/dev/ttyUSB1
/dev/ttyACM1
If device name contains "USB" try ln -s /dev/ttyUSB0 /dev/ttyACM1
.
Note: Every disconnect port get changed Nameport!
Open new terminal and enjoy: cgps
.
Upvotes: 1