You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
I'm trying to set workflow with ESP8266 to send data to TCP server over AT commands.
the atc_command() not wait to correct answer and i need to wait until get "CONNECT" and later get ">" sign to able send my string.
it is not send the data after ">" sign, also not halt until correct answer received.
see some my code below,
I will follow this library to see how it works. it will good to be better documentation to explain the prepose and behavior of each function.
Hi. please enable debug to watch what happen. maybe got some error message from ESP
in debug mode, I saw it is all OK but on Logic analyzer seems like have missing answers and the function return 1.
what I dont understand its, if the at_command() set to search lets say two answers, the function will run till find both answers or timeout set?
if so, it is good for me, from I need some hard result to verify that some answer received or not.
HI,
I'm trying to set workflow with ESP8266 to send data to TCP server over AT commands.
the atc_command() not wait to correct answer and i need to wait until get "CONNECT" and later get ">" sign to able send my string.
it is not send the data after ">" sign, also not halt until correct answer received.
see some my code below,
BR,
ElkanaM
The text was updated successfully, but these errors were encountered: