User Tools

Site Tools


notes:devs:dumped

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
notes:devs:dumped [2026/05/05 14:40] azmannotes: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://www.electrodragon.com/w/SIM908_SIM900_Common_AT_Commands|Common AT commands for SIM908/900 module]] +  * [[http://www.electrodragon.com/w/SIM908_SIM900_Common_AT_Commands|Common AT commands for SIM908/900 module]]
  
 The basic few commands that are necessary to know: The basic few commands that are necessary to know:
Line 87: Line 87:
 ATH ATH
 </code> </code>
-To make data call (no longer supported by provider?), just lose the semi-colon. The modem responds with ''CONNECT: BBBB'' (BBBB represents the baudrate). +To make data call (no longer supported by provider?), just lose the semi-colon. The modem responds with ''CONNECT: BBBB'' (BBBB represents the baudrate).
  
 To send SMS: To send SMS:
Line 116: Line 116:
 To check own number <code>AT+CNUM</code> To check own number <code>AT+CNUM</code>
  
-To register on network: +To register on network:
 <code> <code>
 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki