diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-14 18:36:05 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-14 18:36:05 +0000 |
| commit | 74f98992464d8d89d5df760086071f91233ddb67 (patch) | |
| tree | 62719ac1510815cf8cdd74727d297f9166ca04c9 /team-2/sim-commands.txt | |
| parent | 5936f1a6fb988e621b85e68343aefe7c206ac496 (diff) | |
Explains Text Mode
Diffstat (limited to 'team-2/sim-commands.txt')
| -rw-r--r-- | team-2/sim-commands.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/team-2/sim-commands.txt b/team-2/sim-commands.txt index 325cd9b..1b5e86e 100644 --- a/team-2/sim-commands.txt +++ b/team-2/sim-commands.txt @@ -16,11 +16,18 @@ There are hundreds of possible commands you can send to the SIM device using === Entering Text Mode +Text messages are represented to computers as a sequence of numbers. When +minicom starts, it will want to display those numbers instead of text. In order +to translate the messages into text, you must be in Text Mode. To do that, use +this command: + AT+CMGF=1 This enters Text Mode. It is much easier to send, list and receive texts if you are in Text Mode. +If you close minicom and re-start it, you will have to enter Text Mode again. + === Sending a text yjoGRMm24>?W>PyqYz_)NRHso om |
