QUECTEL LTE EC25
The following uses ROCK 4B+ as an example to describe how to configure the remote LTE EC25-AU module.
Install related software
Run the following command on the terminal to install the dial-up Internet access software:
sudo apt update
sudo apt install ppp picocom
Link peripheral
First, connect ROCK 4B+ via USB and move LTE EC25-AU away.
You can check if the device is connected by the following command:
rock@rock-pi-4b-plus:~$ lsusb | grep -i Quectel
Bus 002 Device 002: ID 2c7c:0125 Quectel Wireless Solutions Co., Ltd. EC25 LTE modem
The modem usually communicates with the host computer through a serial port. Check whether the system correctly enumerates the corresponding serial port devices:
rock@rock-pi-4b-plus:~$ ls /dev/ttyUSB*
/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2 /dev/ttyUSB3