* serial terminal script
@ 2013-07-04 20:04 Melchior FRANZ
2013-07-06 13:19 ` Melchior FRANZ
0 siblings, 1 reply; 2+ messages in thread
From: Melchior FRANZ @ 2013-07-04 20:04 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 565 bytes --]
Hey,
maybe someone's interested in a little serial terminal script
that pretty much replaces minicom for communicating with the
embedded Linux boards in our company. It's less than 50 lines
of bash, so I attached it here. Usage:
terminal [<serial-device> [<transfer-rate> [<stty-arguments ...>]]]
e.g.
$ terminal /dev/ttyUSB0 115200
or
$ terminal /dev/ttyUSB0 |& tee -a /var/tmp/terminal.log
Quit by typing Ctrl-A followed by x within 0.5 s.
m.
--
Ginzinger electronic systems GmbH
Gewerbegebiet Pirath 16
A-4952 Weng im Innkreis
www.ginzinger.com
[-- Attachment #2: terminal --]
[-- Type: application/x-shellscript, Size: 1409 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-06 13:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04 20:04 serial terminal script Melchior FRANZ
2013-07-06 13:19 ` Melchior FRANZ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox