mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Add script to invoke kermit with a particular port and speed
This commit is contained in:
parent
2ac88222f6
commit
62a45c7ba2
13
cpu/mc1322x/tools/run-kermit
Executable file
13
cpu/mc1322x/tools/run-kermit
Executable file
@ -0,0 +1,13 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user