- Tue Jan 12, 2016 7:44 am
#38571
Hi John,
TVE posted me this............
I currently don't have documentation on the protocol and I'm refactoring things (mostly the initialization calls), the slip protocol is relatively standard now. Best place to look might be
https://github.com/jeelabs/el-clientIts for Ardunio.
I found this link on some very simple python code for encoding/decoding SLIP, it looks pretty easy but im yet to get some time to port this to a PIC.
http://recolog.blogspot.com/2012/10/ser ... -slip.htmlSo what i tried was sending a value to thing speak through a browser and the line below did as expected.
https://api.thingspeak.com/update?key="your key here"&field1=73
So according to the SLIP protocol all that is needed is appending to the above line is a SLIP_END at the beginning and end of the above line, so i send this via coolterm to the ESP8266
$C0https://api.thingspeak.com/update?key=IMIKD6OIXRK928PZ&field1=73$C0
But i get no receive response back from cool term and thing speak is not updated??????????????????
Any help anyone?
Cheers
Ray