Hi,
I just both an SL SERIES on the online store of this web site. I quickly received the pack, and I started building the AT command scrip for my application.
For now, I’am using the SL8080T and I’am trying to perform an HTTP Post, or at least to send an email… successfully . I get strange responses for the AT+WIP commands. I can open the GPRS bearer and ping distant hosts (i.e. Google.ca), but the data transfer operations (+WIPFILE and +WIPDATA] does not work proprerly. I also have problems when I try to connect with my usual SMTP server . I can’t figure out what I am doing wrong. Maybe the Beta version of the Internet Library I am using does not support the most recent WIPAT commands?
Here are some loges/traces of my tries:
ati9
“DWL”," S4_1_0_7BT R1431 CNSZXD00000155 2012/11/19 16:06:52","",“Sierra Wireless”,0,"",“00000000”,“00000000”
“FW”,“FW_750_20_A1_25.SL808Fx”,“R7.50.0.A1.201212171435.SL8080T”,“Sierra Wireless”,1670256,“121712 14:35”,“648de921”,“10002020”
“MODEM 3G+”,“Revision: S4_1_0_7AP R1431 CNSZXD00000155 2012/11/19 16:06:52”
“OAT”,“v5.53A1”,“Internet Application”,“Sierra Wireless”,185780,“110712 11:16”,“df162932”,“10700000”
-“Developer Studio”,“2.2.1.201206182209-R9667”
-“Open AT OS Package”,“6.50.0.A1.201208171740”
-“Firmware Package”,“7.50.0.A1.201209271014”
-“Internet Library Package”,“5.53.0.A1.201211071103”
“ROM”,“8400000”
“RAM”,“4000000”
“OATRAM”,“b00000”
“DWLNAME”,“SL808x”
Example of problems:
AT+WIPCREATE=6,1,“smtp.live.com”,25,"me@hotmail.fr",“MyPassword”
OK
+CME ERROR: 865 //"authentification failure (??)
The strange is that I get a positive response this :
AT+WIPCREATE=6,1,“smtp.live.com”,25 //no username no password
OK
+WIPREADY: 6, 1
AT+WIPOPT=6,1,2,61,"yahya-eliraki@hotmail.fr"
OK
AT+WIPOPT=6,1,2,62,“M2M”
OK
… latter on : +CME ERROR: 850 //invalid channel option or parameter value
The for WIPFILE command, the application don’t seems to enter the data mode:
AT+WIPCREATE=5,1,”http://www.myServer.net”,80
AT
+WIPREADY: 5, 1
AT+WIPOPT=5,1,2,51,1024// set TX buffer size
OK
AT+WIPOPT=5,1,2,50,1024// set RX buffer size
OK
AT+WIPFILE=5,1,4,”http://www.myServer.net”
(No CONNECT no +CMEE ERROR), the application does not enter the data mode. I also have
+CMEE ERROR 846 // internal error: FCM subscription failure …
Thanks in advance,
yaeli