1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-05 09:29:39 +00:00
contiki/cpu/mc1322x/tools/run-kermit

14 lines
218 B
Plaintext
Executable File

#!/usr/bin/kermit +
echo "Opening \%1 at \%2 baud..."
set line \%1
if failure { echo "Couldn't open \%1" , exit }
set carrier-watch off
set flow-control none
set speed \%2
set serial 8n1
set key \127 \8
connect
quit