General area when it fits no where else

Moderator: Mmiscool

User avatar
By tba
#58839 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
User avatar
By tba
#58912 Telnet is disabled on the target server, any other ideas?
User avatar
By tba
#58947 how can I replace command:
AT+CIPSTART=0,"TCP","xxx.com",80
and execute this command in the interpreter "espbasic"