-->
Page 1 of 1

communication problem

PostPosted: Fri Jan 20, 2017 8:24 am
by rakesh.rajbhar
i am trying to send data on thingspeak.com
i am following the below commands
AT+CIPMUX=1


AT+CIPSTART=4"TCP","184.106.153.149",80

AT+CIPSEND=4,50 //i have tried with exact characters also but not working so i have taken 50 for number of characters

GET /update?key=IFHKMTNS05DJUFID&field1=45

using this commands i have to send get request back to back two times.and after that also it working sometimes only
please help