Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#52954 ESP Basic 3.0a39

Hello,
I am posting up a small example of whats in the latest build.
Documentation is coming.



Code: Select allprint telnet.client.connect("172.16.0.106",12345)
telnetbranch [checkformsg]
button "Send", [send]
textbox msgforpc
wait

[send]
print telnet.client.write(msgforpc)
wait

[checkformsg]
print telnet.client.read.str()
wait
User avatar
By Mmiscool
#52958 Ok.

Docs have been published.
https://docs.google.com/document/d/1EiY ... 1rduexexn4