-->
Page 1 of 2

no serial port ?

PostPosted: Tue Nov 03, 2015 10:26 am
by picpic020960
Bonjour ,

great job !

but in example , no 'open ' , no 'close' , no 'input' ?

no serial port ?

in the near future ?

Re: no serial port ?

PostPosted: Tue Nov 03, 2015 11:34 am
by xtal
What does this pertain to ????????

Re: no serial port ?

PostPosted: Tue Nov 03, 2015 1:10 pm
by picpic020960
for example bridge RS232 to TCP/IP

my AC accounting device has serial output at 1200 baud

to join my tablet will be fun !

edit:

OK view in FAQ : other baud rate other build

but in FAQ too : 512K now to small

Re: no serial port ?

PostPosted: Wed Nov 04, 2015 6:15 pm
by Mmiscool
512k modules are back in the running.

The input command will send a ">" character out on the serial port and the device will capture serial input. The serial input s terminated by a new line character and will place the text captured in to the variable you have selected.

This is a blocking command and your device will not be able too respond to web requests until the wait command is hit.

Code: Select all
button "Get me some serial" [serialin]
wait


[serialin]
input bla
wprint "<hr>"
wprint "bla
wait