Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By Mmiscool
#35770 YOu can use the serialprint and input commands to talk via serial to other micro-controllers.

See this.
http://www.esp8266basic.com/base-commands.html

Also this thread for some one else doing the same thing.
viewtopic.php?f=45&t=5981
User avatar
By tayfun
#35776 Dont run this program i dont understand! :S :roll:


Code: Select all
bla = 0
timer 5000 [update.Values]
wprint |<meta http-equiv="refresh" content="10; url=./input" />|
wprint htmlvar(bla)
button "this is a test" [test.1]
wait
[test.1]
wprint "test 1 was clicked"
wait
[update.Values]
input "enter value" bla
wait