CONFIGURING AND COMMUNICATING WITH YOUR DEVICE
MultiConnect
®
microCell MTCM-LAT3 and -LSP3 User Guide
23
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.
Transferring FTP File to FTP Server
To connect to FTP server and upload files:
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.
Activate context
Enter:
Verizon:
AT#SGACT=3,1
Other Networks:
AT#SGACT=1,1
4.
Set FTP operations timeout to 10 seconds
Enter:
AT#FTPTO=100
5.
Configure FTP server IP address with username and password.
Enter:
AT#FTPOPEN="###.##.###.#","username","password",0