-->
Page 1 of 1

New Build. Telnet client example. Documentation coming.

PostPosted: Sun Aug 14, 2016 4:39 pm
by Mmiscool
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

Re: New Build. Telnet client example. Documentation coming.

PostPosted: Sun Aug 14, 2016 6:00 pm
by Mmiscool

Re: New Build. Telnet client example. Documentation coming.

PostPosted: Sun Aug 14, 2016 8:52 pm
by Ecoli-557
Very Kewl indeed!
Thanks Mike, This is going to be a big help. Now go get a beer and relax.......
Regards to All.