-->
Page 3 of 13

Re: News! A WebIDE for 8266 Lua programming over the air

PostPosted: Fri Dec 19, 2014 8:40 am
by Harold L.
Erni wrote:I just tried it, but all iI get is some values as this on my serial terminal when I input my wifi pasw and ssid

Code: Select all[261D.[2C.[31C.[K5.[261D.[2C.[32C.[K2.[261D.[2C.[33C.[Kc.[261D.[2C.[34C.[Kf.[261D.[2C.[35C.[Kc.[261D.[2C.[36C.[K9.[261D.[2C.[37C.[K3.[261D.[2C.[38C.[K1.[261D.[2C.[39C.[Ke.[261D.[2C.[40C.[Kc.[261D.[2C.[41C.[Ka.[261D.[2C.[42C.[K9.[261D.[2C.[43C.[K6.[261D.[2C.[44C.[K8.[261D.[2C.[45C.[K7.[261D.[2C.[46C.[K8.[261D.[2C.[47C.[Kd.[261D.[2C.[48C.[K9.[261D.[2C.[49C.[Kd.[261D.[2C.[50C.[K0.[261D.[2C.[51C.[K8.[261D.[2C.[52C.[Kf.[261D.[2C.[53C.[K".[261D.[2C.[54C.[K).[261D.[2C.[55C

.[32m>.[0m



“[32m>[0m” is the color codes of VT100 terminal. And NodeLua firmware support it :)
Try another serial commication program will work, for example: putty (you'll like this robustious small tool on MS Windows), minicom (on Linux, Mac OS X)

Re: News! A WebIDE for 8266 Lua programming over the air

PostPosted: Fri Dec 19, 2014 8:54 am
by uhrheber
Harold L. wrote:minicom (on Linux, Mac OS X)


When you're already on Linux, I'd recommend to just use screen instead of an inconvenient serial terminal program.

Re: News! A WebIDE for 8266 Lua programming over the air

PostPosted: Fri Dec 19, 2014 9:02 am
by Erni
for example: putty

Thanks Harold, I got my Hello World running using putty

Re: News! A WebIDE for 8266 Lua programming over the air

PostPosted: Fri Dec 19, 2014 9:19 am
by Harold L.
uhrheber wrote:
Harold L. wrote:minicom (on Linux, Mac OS X)


When you're already on Linux, I'd recommend to just use screen instead of an inconvenient serial terminal program.


Tried it just now, screen works well too :)

screen /dev/ttyUSB0 115200

to quit: press "ctrl-a" followed with " \ "