-->
Page 1 of 2

GET method

PostPosted: Tue Nov 29, 2016 10:02 am
by tba
I need to send data to the server method get,

1. first step: I need to connect to a server
2. second step: create a string of data and send count length
3. third step: wait for the server response ">"
4. fourth step: send data
5. fifth step: to close connection

question, as in "espbasic" perform the first and the fifth step

Re: GET method

PostPosted: Tue Nov 29, 2016 4:07 pm
by tcpipchip
its possible using TELNET

Re: GET method

PostPosted: Wed Nov 30, 2016 2:40 pm
by tba
Telnet is disabled on the target server, any other ideas?

Re: GET method

PostPosted: Thu Dec 01, 2016 11:39 am
by tba
how can I replace command:
AT+CIPSTART=0,"TCP","xxx.com",80
and execute this command in the interpreter "espbasic"