Appendix E. Resetting the COM110 Under Program Control
; is loaded to as flag 8 will be low then.
1: If time is (P92)
1: 1439 Minutes (Seconds --) into a
2: 1440 Interval (same units as above)
3: 28 Set Flag 8 Low
;Use P97 to send out the commands
2: Initiate Telecommunications (P97)
1: 72 Generic Modem/9600 Baud
2: 8 Disabled when User Flag 8 is High
3: 60 Seconds Call Time Limit
4: 0 Seconds Before Fast Attempts
5: 0 Fast Attempts
6: 0 Minutes Before Slow Attempts
7: 3 Failures Loc [ GSMError ]
8: 0000 Call-Back ID
;The commands below are sent blindly without
;checking the response from the modem.
;This is done for simplicity and to ensure the logger does
;not get stuck repeating instruction.
;First send the AT+CFUN=1 command to reset the module
3: Extended Parameters (P63)
1: 68 Option ; Delay to allow SC-WMI to power on
2: 10 Option ;1 second
3: 84 Option ;Transmit
4: 10 Option ;10 characters
5: 65 Option ;A
6: 84 Option ;T
7: 43 Option ;+
8: 67 Option ;C
;Wait for 2 secs to allow the module to get in a state to
;receive further commands
4: Extended Parameters (P63)
1: 70 Option ;F
2: 85 Option ;U
3: 78 Option ;N
4: 61 Option ;=
5: 49 Option ;1
6: 13 Option ;CR
7: 68 Option ;D for delay
8: 20 Option ;2 secs to allow to start up
*Table 3 Subroutines
End Program
E-3