diff options
| -rw-r--r-- | team-1/sim-commands.txt | 7 | ||||
| -rw-r--r-- | team-2/sim-commands.txt | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/team-1/sim-commands.txt b/team-1/sim-commands.txt index bfdb287..60b9eb9 100644 --- a/team-1/sim-commands.txt +++ b/team-1/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 AT+CMGS="+447123456789"<Enter> 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 |
