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
(Dunno whether this is still of interest, but just in case...) I am wondering what you meant by to support arduino serial uart interface. If you are using the arduino software serial interface at 9600 baud to talk to esp-link, that is not going to work. Do you have any esp-link debug log output corresponding to your issue?
I've flashed an arduino wifi with
esp-link
and using theel-client
libs.I'm trying to do a small REST request to a python server which should simply display "Hello, world!"
The response including headers is less than 100 chars.
my el-client code is the slightly modified REST example (to support arduino serial uart interface):
I can see the requests are being logged by the python flask server. I'm expecting to see "Hello world" in my console... but I only recieve:
Not sure why I only see "H" here? but I'm guessing its either the first letter of
Hello
or the first letter ofHTTP 200 OK
in the response.The text was updated successfully, but these errors were encountered: