code:work:lvisf:2022:gpsgga:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:work:lvisf:2022:gpsgga:start [2022/08/26 21:26] – created david | code:work:lvisf:2022:gpsgga:start [2022/08/26 21:28] (current) – david | ||
---|---|---|---|
Line 8: | Line 8: | ||
%%em,/ | %%em,/ | ||
</ | </ | ||
+ | |||
+ | ==== Serial Port Adapter ==== | ||
+ | |||
+ | I had this same problem outlined here: [[https:// | ||
+ | |||
+ | Trying to use a [[https:// | ||
+ | |||
+ | - Create this file for the modem manager | ||
+ | - Edit this file < | ||
+ | sudo nano / | ||
+ | </ | ||
+ | - Put these contents in it < | ||
+ | ACTION!=" | ||
+ | ATTRS{idVendor}==" | ||
+ | LABEL=" | ||
+ | </ | ||
+ | - 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 / | ||
+ | </ | ||
+ | |||
+ | I also added **hdl** user to the dialin group with the following command | ||
+ | < | ||
+ | sudo adduser hdl dialout | ||
+ | </ | ||
+ | * **libserialport** < | ||
+ | sudo apt update | ||
+ | sudo apt install libserialport-dev | ||
+ | </ | ||
+ | |||
+ |
code/work/lvisf/2022/gpsgga/start.1661549169.txt.gz · Last modified: 2022/08/26 21:26 by david