%%em,/dev/ser/a,/msg/nmea/GGA:1
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
sudo nano /lib/udev/rules.d/78-mm-whitelist-internal-modem.rules
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"
sudo udevadm control --reload sudo udevadm trigger
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
sudo apt update sudo apt install libserialport-dev