File: README

package info (click to toggle)
gtkterm 0.99.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,500 kB
  • ctags: 1,196
  • sloc: ansic: 10,606; sh: 3,779; yacc: 316; makefile: 275; sed: 16
file content (22 lines) | stat: -rw-r--r-- 941 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
GTKTerm : a GTK+ serial port terminal
=====================================
         (c) Julien Schmitt - julien@jls-info.com
         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