Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By picpic020960
#32947 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
User avatar
By Mmiscool
#33074 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