1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: ttylog
Section: utils
Priority: optional
Maintainer: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake
Standards-Version: 4.1.3
Vcs-Git: https://git.code.sf.net/p/ttylog/code -b debian
Vcs-Browser: https://sourceforge.net/p/ttylog/code/
Homepage: http://ttylog.sourceforge.net
Package: ttylog
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: serial port logger
Print everything that comes from a serial device to stdout. The device as well
as the baud rate can be specified and a timeout can be set instead of just
killing the process in order to stop it.
|