serialbranch
Posted: Fri Dec 09, 2016 1:40 pm
Im having an issue reading the serial port. I am using serialbranch. I tested it with a serial usb adapter connected to a terminal. It only jumps to that branch the first time something is received. After the first time nothing happens. I checked my connections and tried different usb serial adapters.
I am running ESP Basic 3.0.Alpha 64.
Any help will be greatly appreciated.
Thanks
Here's my code:
button "send" , [se]
textbox text
serialbranch [ser]
wait
[se]
SERIALPRINTLN text
wait
[ser]
serialinput s
print s
wait
I am running ESP Basic 3.0.Alpha 64.
Any help will be greatly appreciated.
Thanks
Here's my code:
button "send" , [se]
textbox text
serialbranch [ser]
wait
[se]
SERIALPRINTLN text
wait
[ser]
serialinput s
print s
wait