diff options
| -rw-r--r-- | team-1/sim-commands.txt | 10 | ||||
| -rw-r--r-- | team-2/sim-commands.txt | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/team-1/sim-commands.txt b/team-1/sim-commands.txt index ff9b70b..ff8baf9 100644 --- a/team-1/sim-commands.txt +++ b/team-1/sim-commands.txt @@ -34,9 +34,13 @@ AT+CMGS="+447123456789"<Enter> Your message<Ctrl+Z> That sends a text message with the content "Your message" to the phone number, -+44 7123 456789. If you want to send to a different number, just replace -the number. Be careful to make sure the number starts with +44, doesn't contain -any spaces and is inside "double quotes". +07123 456789. This isn't a real phone number, it's just an example. If you want +to send to a real number, just replace the number. Be careful to make sure to +format it right: + +- The number must start with +44 instead of 0 +- The number can't contain any spaces +- The number must be inside double quotes: "" You need to be in Text Mode to use this command effectively. diff --git a/team-2/sim-commands.txt b/team-2/sim-commands.txt index 24a0566..1a95960 100644 --- a/team-2/sim-commands.txt +++ b/team-2/sim-commands.txt @@ -34,9 +34,13 @@ yjoGRMm24>?W>PyqYz_)NRHso om m0,{C'lS}k<05QL"^BZR That sends a text message with the content "Your message" to the phone number, -+44 7123 456789. If you want to send to a different number, just replace -the number. Be careful to make sure the number starts with +44, doesn't contain -any spaces and is inside "double quotes". +07123 456789. This isn't a real phone number, it's just an example. If you want +to send to a real number, just replace the number. Be careful to make sure to +format it right: + +- The number must start with +44 instead of 0 +- The number can't contain any spaces +- The number must be inside double quotes: "" You need to be in Text Mode to use this command effectively. |
