1GTKTerm(1)                  General Commands Manual                 GTKTerm(1)
2
3
4

NAME

6       GTKTerm - A simple GTK+ serial port terminal
7
8

SYNOPSIS

10       gtkterm [ options ]
11
12

DESCRIPTION

14       gtkterm  is  a simple GTK+ terminal used to communicate with the serial
15       port.
16
17

OPTIONS

19       gtkterm accepts the following options:
20
21       -h, --help Help screen.
22
23       -c, --config <configuration>
24              Load configuration (default is "default").
25
26       -p, --port <device>
27              Serial port device (default /dev/ttyS0).
28
29       -s, --speed <speed>
30              Serial port speed (default 115200).
31
32       -b, --bits <bits>
33              Number of bits (default 8).
34
35       -t, --stopbits <stopbits>
36              Number of stopbits (default 1).
37
38       -a, --parity <odd | even>
39              Partity (default none).
40
41       -w, --flow <Xon | CTS>
42              Flow control (default none).
43
44       -d, --delay <ms>
45              End of line delay in ms (default none).
46
47       -r, --char <char>
48              Wait for a special char at end of line (default none).
49
50       -f, --file <filename>
51              Default file to send (default none).
52
53       -e, --echo
54              Set local echo.
55
56       -x, --rts_time_before <ms>
57              For rs485, time in ms before transmit with rts on
58
59       -y, --rts_time_after <ms>
60              For rs485, time in ms after transmit with rts on
61
62       -e, --echo
63              Switch on local echo
64
65       -L, --disable-port-lock
66              Do not lock serial port. Allows to send to serial port from dif‐
67              ferent terminals.
68

AUTHOR

70       gtkterm    was    written    by    Julien   Schmitt.    Maintained   at
71       https://github.com/Jeija/gtkterm by Willem van den Akker, Florian Euch‐
72       ner
73
74
75       This  manual  page was written by Sebastien Bacher <seb128@debian.org>,
76       for the Debian GNU/Linux system (but may be used by others).
77
78
79
80                              September 15, 2019                    GTKTerm(1)
Impressum