mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-04 22:45:04 +01:00
12 lines
182 B
Elixir
12 lines
182 B
Elixir
#/usr/bin/expect
|
|
|
|
set timeout 100
|
|
spawn picocom -b 57600 /dev/ttyUSB0
|
|
expect "+READY"
|
|
send "1"
|
|
expect "+OK"
|
|
spawn picocom -b 57600 /dev/ttyUSB1
|
|
expect "+READY"
|
|
send "1"
|
|
expect "+OK"
|