mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
Add script to invoke kermit with a particular port and speed
This commit is contained in:
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
|
Reference in New Issue
Block a user