moved all strings to pgm-memory

This commit is contained in:
Simen Svale Skogsrud
2010-03-07 23:10:41 +01:00
parent 3c98837a70
commit e409f10047
8 changed files with 38 additions and 23 deletions

View File

@ -1,2 +1,3 @@
socat -d -d READLINE /dev/tty.usbserial-A9007QcR,clocal=1,nonblock=1,cread=1,cs8,ixon=1,ixoff=1
# socat -d -d READLINE /dev/tty.usbserial-A9007QcR,clocal=1,nonblock=1,cread=1,cs8,ixon=1,ixoff=1
socat -d -d READLINE /dev/tty.FireFly-A964-SPP-1,clocal=1,nonblock=1,cread=1,cs8,ixon=1,ixoff=1

View File

@ -24,7 +24,7 @@ if ARGV.empty?
exit
end
SerialPort.open('/dev/tty.usbserial-A9007QcR', 9600) do |sp|
SerialPort.open('/dev/tty.FireFly-A964-SPP-1', 115200) do |sp|
sp.write("\r\n\r\n");
sleep 5
ARGV.each do |file|