-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
29 lines (23 loc) · 1.2 KB
/
README
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
NOTE: this repository contains some patches I wrote/collected above the last official release (GTK2).
I'm no longer using or maintaining it. Maybe try https://github.com/Jeija/gtkterm instead.
(If you think I should link another repo, please drop me a note.)
Original readme follows.
GTKTerm : a GTK+ serial port terminal
=====================================
(c) Julien Schmitt - [email protected]
http://www.jls-info.com/julien/linux
This program is released under the terms of the GPL V.2
** Use at your own risks ! **
Command line options
--help or -h : this help screen
--config <configuration> or -c : load configuration
--port <device> or -p : serial port device (default /dev/ttyS0)
--speed <speed> or -s : serial port speed (default 9600)
--bits <bits> or -b : number of bits (default 8)
--stopbits <stopbits> or -t : number of stopbits (default 1)
--parity <odd | even> or -a : partity (default none)
--flow <Xon | CTS> or -w : flow control (default none)
--delay <ms> or -d : end of line delay in ms (default none)
--char <char> or -r : wait for a special char at end of line (default none)
--file <filename> or -f : default file to send (default none)
--echo or -e : switch on local echo