I need to program my gl6100 an UDP socket to send data.
anyone can help me?
What “help”, exactly, do you need?
Have you discussed your requirements with your Distributor?
What thought have you given this so far?
Where are you stuck?
Hi.
I’m trying to create an UDP socket, I had seen some examples with AirPrime
but I need a way to create using my GL6100 I need the AT commands to do this.
Send some data to a server UDP.
or how can I program to exchange data?
I try to do this, but GL6100 doesn’t recognize AT WIPCFG and WIPBR
AT+WIPCFG=1
OK
//start IP stack
AT+WIPBR=1,6
OK
//open GPRS bearer
AT+WIPBR=2,6,11,”APN name”
OK
//set APN name of GPRS bearer
AT+WIPBR=2,6,0,”user name”
OK
//set user name
AT+WIPBR=2,6,1,”passwd”
OK
//set password
AT+WIPBR=4,6,0
OK
//start GPRS bearer
AT+WIPCREATE=1,1,80,”www.wavecom.com”,80
//create a UDP client towards peer IP device @
//“www.wavecom.com” , port 80
OK //all parameters and IP stack behavior are OK
+WIPREADY: 1,1 //unsolicited: the UDP client socket is “pseudo” connected
//to the peer (no //real connection is //UDP)
WA_DEV_WISMO_UGD_012 Rev 003 January 14, 2011 204
AT Command Manual for Firmware L22 TCP/IP Commands
AT+WIPDATA=1,1,1
CONNECT
//exchange data on socket idx 1:
… //read, write
+++ //switch to AT mode
The very first question is:
[size=150]Have you discussed your requirements with your Distributor?[/size]
They will be able to ensure that you have the necessary accesories, tools, etc…
hello again.
I’ve been sending mails to my dealer but He don’t response them. but I think I have the necesary things to create a conexion.
Could you help me with my problem?
Beste Regards. Gabriel.