-->
Page 2 of 4

Re: Serial.print to TCP connection

PostPosted: Thu Aug 20, 2015 9:33 am
by kolban
@martinayotte,
Oooh!! That looks interesting. Do you have the code on a github now? I'm looking for TWO flavors of the library ... one for Arduino Library based programming and one for native SDK.

Re: Serial.print to TCP connection

PostPosted: Thu Aug 20, 2015 9:51 am
by martinayotte
Hi Kolban,
Since the Sketch_Buffet was some kind of "sandbox", I've never put it in a github, but I've provided it as attachment in the forum around April or May. As I said, when I will get time, maybe I should lean it to become an official TelnetShell example, but it is so trivial, I don't know if it is worth ...

Re: Serial.print to TCP connection

PostPosted: Thu Aug 20, 2015 4:21 pm
by igrr
Would the "WiFiTelnetToSerial" example included with the IDE fit the bill?

https://github.com/esp8266/Arduino/blob ... Serial.ino

Re: Serial.print to TCP connection

PostPosted: Thu Aug 20, 2015 11:01 pm
by martinayotte
igrr wrote:Would the "WiFiTelnetToSerial" example included with the IDE fit the bill?


I will leave Roger to answer if it really fill his needs.

Personally, I think, yes, but expanded to add some basic commands parser (not AT commands, I hate those ... :? ), but some kind of other shell, like what I'm using in my Sketch_Buffet.

In longer term, to fill maybe Roger's request, it can even be some kind of builtin GDB command parser ...
Any thoughts ? Volunteers ?