A N 9 3
252
Rev. 1.4
9.3. Example Session
The example below shows a typical session. The user determines the values of the U-registers.
transmit "AT+FCLASS=256<CR>" ;Enable SMS POS mode
waitfor "OK"
transmit "AT+VNH=1<CR>" ;Disable automatic hangup for NO CARRIER
waitfor "OK"
transmit "AT:UCA,0,12C,4E<CR>" ;Set SMS POS parameters
waitfor "OK"
transmit "ATD<phone number here>;<CR>" ;dial out
waitfor "OK`x0d`x0a"
The
’;’
at the end of the dial string returns the modem to command mode after dialing. The modem will issue an
OK after dialing.
transmit "AT:UD1,3C<CR>" ; Set TxDelay = 600ms
waitfor "OK"
transmit "AT:UD2,3E8<CR>" ; Wait 10 s for an answer.
waitfor "OK"
transmit "AT+FRM=200<CR>" ; Go into data mode and wait for Originate modem
The length of the timeout is dependent on the host called. Once the connection is made, the answer modem’s host
expects to receive a frame such as:
0x81 0x00 0x05 0x13 0xcd 0xaa 0xa4 0x00 0x4c
Followed by:
<DLE><ETX><CR><LF>OK<CR><LF>
Once a frame has been received, the receive modem becomes the transmit modem. The server returns a frame of
data to the terminal.
transmit "AT+FTM=202<CR>"; Use Protocol 2
waitfor "CONNECT `x0d`x0a"
Содержание Si2404
Страница 2: ...AN93 2 Rev 1 4 ...
Страница 27: ...AN93 Rev 1 4 27 Figure 7 Parallel Interface Read Timing Figure 8 Parallel Interface Write Timing ...
Страница 200: ...AN93 200 Rev 1 4 Figure 31 TAM Handset and Speakerphone Voice Paths ...
Страница 201: ...AN93 Rev 1 4 201 Figure 32 Si3000 Codec Gain and Signal Selection Options ...
Страница 290: ...AN93 290 Rev 1 4 Figure 57 256 Band Spectral Display Figure 58 2048 Band Spectral Display ...
Страница 305: ...AN93 Rev 1 4 305 Figure 76 Parallel or SPI Port Interrupt Service Flowchart ...