Bere
Newbie level 4
- Joined
- May 13, 2012
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,323
Hi,
I need to do a POST to a web server I need send information, with a gprs connection and the SIM900B module.
This is the information that I need to send, but when I try to do it, I always get an ERROR.
percepcion=<envEstacion><idEstacion>1</idEstacion><fecha>2013-06-10 17:04:20.683 CDT</fecha><mediciones><medSensor><idSensor>1</idSensor><valor>35.0</valor></medSensor></mediciones></envEstacion>
Can you tell me please what I am doing wrong?
Thank you.
at
OK
at+sapbr=3,1,"contype","gprs"
OK
at+sapbr=3,1,"apn","internet.xxxxx.xxx"
OK
at+sapbr=3,1,"user","xxxxx"
OK
at+sapbr=3,1,"pwd","xxxx"
OK
at+sapbr=1,1
OK
at+httpinit
OK
at+httppara="cid",1
OK
at+httppara="url","www.xxxxxxx.com/xxx/xxxxx/"
OK
at+httpdata=195,10000
DOWNLOAD
ERROR
I need to do a POST to a web server I need send information, with a gprs connection and the SIM900B module.
This is the information that I need to send, but when I try to do it, I always get an ERROR.
percepcion=<envEstacion><idEstacion>1</idEstacion><fecha>2013-06-10 17:04:20.683 CDT</fecha><mediciones><medSensor><idSensor>1</idSensor><valor>35.0</valor></medSensor></mediciones></envEstacion>
Can you tell me please what I am doing wrong?
Thank you.
at
OK
at+sapbr=3,1,"contype","gprs"
OK
at+sapbr=3,1,"apn","internet.xxxxx.xxx"
OK
at+sapbr=3,1,"user","xxxxx"
OK
at+sapbr=3,1,"pwd","xxxx"
OK
at+sapbr=1,1
OK
at+httpinit
OK
at+httppara="cid",1
OK
at+httppara="url","www.xxxxxxx.com/xxx/xxxxx/"
OK
at+httpdata=195,10000
DOWNLOAD
ERROR