Example session, An93 – Silicon Laboratories SI2493/57/34/15/04 User Manual
Page 239

AN93
Rev. 1.3
239
9.3. Example Session
The example below shows a typical session. The user determines the values of the U-registers.
transmit "AT+FCLASS=256
waitfor "OK"
transmit "AT:UCA,0,12C,4E
waitfor "OK"
transmit "ATD
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
waitfor "OK"
transmit "AT:UD2,3E8
waitfor "OK"
transmit "AT+FRM=200
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:
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
waitfor "CONNECT `x0d`x0a"
Transmit a frame such as:
0x82 0x00 0x05 0x6c 0xea 0x50 0x6b 0x00 0x68
transmit "`x10`x03" ; Send
waitfor "OK`x0d`x0a"