code:work:lvisf:2022:gpsgga:start
This is an old revision of the document!
Table of Contents
GPS GGA
Javad
- Configure the receiver to put out the GPS GGA message over the serial port A
- Connect with the javad software OEM software ( been using Netview )
- Use the console and attach and send this command
%%em,/dev/ser/a,/msg/nmea/GGA:1
Serial Port Adapter
I had this same problem outlined here: https://forum.manjaro.org/t/modemmanager-mobile-broadband-adapter-not-supported-anymore/45268
Trying to use a Keyspan 19HS USB to Serial adapter
- Create this file for the modem manager
- Edit this file
sudo nano /lib/udev/rules.d/78-mm-whitelist-internal-modem.rules
- Put these contents in it
ACTION!="add|change|move", GOTO="mm_whitelist_internal_modem_end" ATTRS{idVendor}=="06cd", ATTRS{idProduct}=="0121", ENV{ID_MM_DEVICE_PROCESS}="1" LABEL="mm_whitelist_internal_modem_end"
- Restart the service
sudo udevadm control --reload sudo udevadm trigger
- I ended up rebooting but probably wasn't nececssary
To talk to the javad
sudo minicom /dev/ttyUSB0 # should not need sudo to do this if in correct group
I also added hdl user to the dialin group with the following command
sudo adduser hdl dialout
code/work/lvisf/2022/gpsgga/start.1661549278.txt.gz · Last modified: 2022/08/26 21:27 by david