~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/tools/kermit/send_cmd

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/kermit +
 
2
set line /dev/ttyS0
 
3
set speed 115200
 
4
set serial 8N1
 
5
set carrier-watch off
 
6
set handshake none
 
7
set flow-control none
 
8
robust
 
9
set file type bin
 
10
set file name lit
 
11
set rec pack 1000
 
12
set send pack 1000
 
13
set window 5
 
14
set prompt Kermit>
 
15
 
 
16
#out \13
 
17
#in 10 =>
 
18
out \%1 \%2 \%3 \%4 \%5 \%6 \%7\13
 
19
in 10 =>
 
20
quit
 
21
exit 0