Tasmota/lib/lib_rf/RF24/tests/pingpair_test/test.ex
2020-10-26 12:51:06 +00:00

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"