-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtt.ini
More file actions
62 lines (41 loc) · 1.91 KB
/
tt.ini
File metadata and controls
62 lines (41 loc) · 1.91 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
port=1,e81,115200
help=1
*** OPTIONS ***
This is an option file for tt.exe. The options must be listed from the first line
in this file and the options are terminated by end of file or a blanked line.
This file is searched in order of current dir, system dir and pathed dir.
If it is found, it is imported prior to command line options, so that options
specified in this file will be overridden by command line options.
port=<port>,<format>,<bps>
Specifies port number (1 to 99), data format (n|o|e)(7|8)(1|2) and bit rate.
The default setting is: port=1,n81,9600
Example:
port=10 (Set port number. Format and bit rate are left unchanged)
port=5,,115200 (Set port number and bit rate. Format is left unchanged)
bps=<bps>
Same as port=,,<bps>
flow=<flag>
Specifies if RTS/CTS flow control is enabled (1) or disabled (0).
The default setting is: flow=0
pol=<flags>
Specifies polarity of DTR and RTS signals. The value can be 0 to 7.
The bit0 specifies to invert DTR signal, bit1 specifies to invert
RTS signal and bit2 specifies to invert TXD signal. When bit1 is set,
RTS/CTS flow control is disabled regardless of flow option. When bit2
is set, no data is transmitted. The default setting is: pol=0
help=<flag>
Shows keyborad command list on start up.
The default setting is: help=1
*** KEYBOARD COMMAND ***
[Alt]+[X] - Exit program.
[Alt]+[V] - Switch view mode, TTY and HEX.
[Alt]+[L] - Start/Stop logging to a file.
[Alt]+[G] - Start/Stop with predefined Filename
[Alt]+[T] - Transmit a file as byte stream.
[Alt]+[Z] - Timestamp for every Line.
[Alt]+[Y] - Transmit a file in XMODEM.
[Alt]+[H] - Hang-up. (Invert DTR for 300ms)
[Alt]+[B] - Break. (Set TXD '0' for 300ms)
[Alt]+<nums> - Transmit a byte by number. (e.g. 0 transmits a '\0', 122 transmits a 'z')
[Alt]+[Up/Down] - Change bit rate.
[Alt]+[Left/Right] - Change port number.