CONFIGURING AND COMMUNICATING WITH YOUR DEVICE
MultiConnect
®
Cell MTC-MNG6 User Guide 27
Configuring Device as UDP Client to Connect to UDP Server
Configure and Connect the Device
To configure the device as a UDP client:
1. Check signal strength.
Enter:
AT+CSQ
2. Verify device is registered on the cellular network.
Enter:
AT+CEREG?
Should return:
+CEREG: 0,1 or +CEREG: 0,5
OK
3. Configure socket parameters
Enter:
AT#SCFG=1,3,300,240,600,50
4. Activate context one
Enter:
Verizon:
AT#SGACT=3,1
Other Networks:
AT#SGACT=1,1
5. Create UDP connection to Server port
Enter:
AT#SD=1,1,####,"###.##.###.##"
where #### is the server port and ###.##.###.## is the IP number.
The device responds with OK, which indicates a successful connection for sending and receiving data through the
socket connection.
Exit Data Mode and Close Connection
To exit data mode and close the socket:
1. Enter the escape sequence:
+++
2. To close Socket 1, enter:
AT#SH=1
3. To close the data connection,enter:
Verizon:
AT#SGACT=3,0
Other Networks:
AT#SGACT=1,0
The device responds with OK.