notes:devs:dumped
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| notes:devs:dumped [2026/05/05 14:40] – azman | notes:devs:dumped [2026/05/22 02:12] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| ===== AT Commands ===== | ===== AT Commands ===== | ||
| - | Mostly done using AT commands through serial communications (modem interface). | + | Mostly done using AT commands through serial communications (modem interface). |
| - | * [[http:// | + | * [[http:// |
| The basic few commands that are necessary to know: | The basic few commands that are necessary to know: | ||
| Line 87: | Line 87: | ||
| ATH | ATH | ||
| </ | </ | ||
| - | To make data call (no longer supported by provider?), just lose the semi-colon. The modem responds with '' | + | To make data call (no longer supported by provider?), just lose the semi-colon. The modem responds with '' |
| To send SMS: | To send SMS: | ||
| Line 116: | Line 116: | ||
| To check own number < | To check own number < | ||
| - | To register on network: | + | To register on network: |
| < | < | ||
| AT+CREG=? => register gsm (1 - no loc info, 2 - with loc info) | AT+CREG=? => register gsm (1 - no loc info, 2 - with loc info) | ||
| Line 125: | Line 125: | ||
| // Indicator: | // Indicator: | ||
| mode = 2 | mode = 2 | ||
| - | status = 5 | + | status = 5 |
| > 0 - not reg, not looking | > 0 - not reg, not looking | ||
| > 1 - reg, home | > 1 - reg, home | ||
| Line 167: | Line 167: | ||
| OK | OK | ||
| => check current settings | => check current settings | ||
| - | at+fclass? | + | at+fclass? |
| +FCLASS: 0 | +FCLASS: 0 | ||
| OK | OK | ||
notes/devs/dumped.txt · Last modified: by 127.0.0.1
