You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2340,15 +2340,15 @@ For more details on how the library works, including a comprehensive guide on se
2340
2340
2341
2341
#### AT Commands Utility
2342
2342
2343
-
This section explains using AT commands to interact with the Cat.4 modem. These instructions will guide you through setting up your environment, sending AT commands, and managing your modem effectively.
2344
-
2345
2343
AT commands, also known as Hayes commands, are instructions used to control modems. These commands allow you to perform various functions, such as checking the modem status, signal quality, and network registration. Understanding how to send these commands is essential for managing and troubleshooting your Arduino Pro 4G Module.
2346
2344
2345
+
This section explains using AT commands to interact with the Cat.4 modem. These instructions will guide you through setting up your environment, sending AT commands, and managing your modem effectively.
2346
+
2347
2347
#### Using Linux
2348
2348
2349
-
This section provides instructions on using **ModemManager** and **mmcli** to send AT commands to your Cat.4 modem on the Portenta X8.
2349
+
This subsection provides instructions on using **ModemManager** and **mmcli** to send AT commands to your Cat.4 modem on the Portenta X8.
2350
2350
2351
-
Ensure that the Pro 4G Module is properly mounted on the Portenta Mid Carrier and that the Portenta X8 recognizes it. You can always use the following commands to verify the connection:
2351
+
Ensure that the Pro 4G Module is properly mounted on the Portenta Mid Carrier and that the Portenta X8 recognizes it. You can verify the connection using the following command:
2352
2352
2353
2353
```bash
2354
2354
lsusb
@@ -2362,21 +2362,21 @@ First identify the modem with:
2362
2362
mmcli -L
2363
2363
```
2364
2364
2365
-
The output will list the modems detected as the Pro 4G Module. Note the modem's device ID, for example:
2365
+
The output will list the detected modems, including the Pro 4G Module. Note the modem's device ID, for example:
2366
2366
2367
2367
```bash
2368
2368
/org/freedesktop/ModemManager1/Modem/0
2369
2369
```
2370
2370
2371
2371

2372
2372
2373
-
To send AT commands, *ModemManager* must be in debug mode.
2373
+
To send AT commands, *ModemManager* must be in debug mode:
2374
2374
2375
2375
```bash
2376
2376
sudo systemctl stop ModemManager
2377
2377
```
2378
2378
2379
-
The command below starts *ModemManager* in the background and redirects its output to a log file.
2379
+
The following command starts *ModemManager* in the background and redirects its output to a log file:
@@ -2408,9 +2408,7 @@ You can now start sending AT commands. Here are a few basic AT commands to test
2408
2408
2409
2409
***For complete information on AT commands compatible with the Pro 4G Module, please refer to the [AT Commands Manual](assets/Quectel_EC2x&EG9x&EG2x-G&EM05_Series_AT_Commands_Manual_V2.0.pdf).***
2410
2410
2411
-
Using **`mmcli`**, you can easily send AT commands to your Cat.4 modem to perform various tasks like checking the modem status, signal quality, and network registration. This method provides a straightforward way to interact with your modem from a Linux environment, whether you are performing a simple check or managing more advanced functions.
2412
-
2413
-
Following these steps, you can effectively manage and troubleshoot your modem using AT commands in the Linux environment.
2411
+
The **`mmcli`** tool allows you to send AT commands to your Cat.4 modem from a Linux environment to check modem status, signal quality, and network registration. You can manage and troubleshoot the Pro 4G Module using AT commands in the Portenta X8's Linux environment by following the above steps.
0 commit comments