mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-10 17:28:14 +01:00
12 lines
209 B
Elixir
12 lines
209 B
Elixir
#/usr/bin/expect
|
|
|
|
set timeout 100
|
|
spawn picocom -b 57600 /dev/ttyUSB0
|
|
expect "+READY"
|
|
send [lindex $argv 0]
|
|
expect "+OK"
|
|
spawn picocom -b 57600 /dev/ttyUSB1
|
|
expect "+READY"
|
|
send [lindex $argv 0]
|
|
expect "+OK"
|