File: control

package info (click to toggle)
gtkterm 0.99.7%2Bgit9d63182-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 924 kB
  • sloc: ansic: 5,015; sh: 1,314; makefile: 51; xml: 12
file content (28 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: gtkterm
Section: comm
Priority: optional
Maintainer: Willem van den Akker <wvdakker@wilsoft.nl>
Build-Depends: debhelper (>= 11), libgtk-3-dev, libvte-2.91-dev, intltool, libxml2-utils
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/wvdakker-guest/gtkterm
Vcs-Git: https://salsa.debian.org:wvdakker-guest/gtkterm.git
Homepage: https://github.com/Jeija/gtkterm

Package: gtkterm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple GTK+ serial port terminal
 gtkterm is a simple GTK+ terminal used to communicate with the serial port.
 .
 Its features :
 .
  * Serial port terminal window
  * Serial port setup (speed, parity, bits, stopbits, flow control)
  * Using the termios API
  * Possible to send a file (only RAW data, no protocol)
  * End of line delay while sending a file
  * Special character wait before next line while sending a file
  * Possible to toggle control lines manually (DTR, CTS)
  * Also reads the state of control lines (RTS, CD, DSR, RI)
 .
  Author:   Julien Schmitt <julien@jls-info.com>