1GTKTERM(1) General Commands Manual GTKTERM(1)
2
3
4
6 gtkterm - A simple GTK+ serial port terminal
7
8
10 gtkterm [ options ]
11
12
14 gtkterm is a simple GTK+ terminal used to communicate with the serial
15 port.
16
17
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 9600).
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
58 gtkterm was written by Julien Schmitt. Maintained at https://fedora‐
59 hosted.org/gtkterm/ By Zach Davis
60
61 This manual page was written by Sebastien Bacher <seb128@debian.org>,
62 for the Debian GNU/Linux system (but may be used by others).
63
64
65
66 August 26, 2010 GTKTERM(1)