The required UART drivers are usually distributed as part of the Linux kernel since v4.4.132.
Check whether the required kernel module is loaded:
lsmod | grep option.
Check whether you have read/write access to USB-UART bridge:
ls -la /dev/ttyUSB*.
With the Minicom app
Step 1: Install Minicom
Code Block |
---|
sudo apt install minicom |
Step 2: User must belong to the 'dialout' group
Check with:
Code Block |
---|
groups USERNAME |
...
Info |
---|
For the changes to take effect, log off the user and log on again |
Step 3: Then you can connect to the device:
Code Block |
---|
minicom -D /dev/ttyUSB1 |
Useful link:
https://wiki.emacinc.com/wiki/Getting_Started_With_Minicom
Linux setup & troubleshooting
Currently, the ModemManager package (confirmed for version 1.10.0-1~ubuntu18.04.2
) detects the USB Connect LPWA (R410) as a general QMI-WWAN modem and tries to configure it. Besides failing this task it blocks any "user" AT commands, e.g. using minicom
.
...