minor edits
This commit is contained in:
parent
d0f64d8f65
commit
0ac1731488
6 changed files with 19 additions and 17 deletions
|
|
@ -24,7 +24,9 @@ if ARGV.empty?
|
|||
exit
|
||||
end
|
||||
|
||||
SerialPort.open('/dev/tty.FireFly-A964-SPP-1', 115200) do |sp|
|
||||
|
||||
SerialPort.open('/dev/tty.usbserial-A9007QcR', 9600) do |sp|
|
||||
#SerialPort.open('/dev/tty.usbserial-FTE3HK2C', 9600) do |sp|
|
||||
sp.write("\r\n\r\n");
|
||||
sleep 1
|
||||
ARGV.each do |file|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue