1tikey(1) General Commands Manual tikey(1)
2
3
4
6 tikey - remotely control a graphing calculator
7
8
10 tikey [ options ] text ...
11
12
14 tikey allows you to type commands on a connected TI graphing calcula‐
15 tor, using the ``remote control'' protocol supported by newer calcula‐
16 tor models.
17
18 The command-line arguments will be typed out as ASCII strings. If you
19 need to send a special keycode, you can write it as an octal or hexa‐
20 decimal value preceded by `\' or `\x' (e.g., `\111' or `\x49' for the
21 `Y=' key on the TI-83 series.) See the calculator SDK documentation
22 for the actual keycode values.
23
24
25 LINK OPTIONS
26 -c, --cable=type[:port]
27 Use the specified link cable (if unspecified, tikey will search
28 for USB cables connected to the system.) The cable type may be
29 either the full name (GrayLink, BlackLink, Parallel, SilverLink,
30 DirectLink, VTI, TiEmu, UsbKernel) or the 3-letter abbreviation
31 (gry, blk, par, slv, usb, vti, tie, dev). For serial- and par‐
32 allel-port link cables, a port number must also be specified.
33
34 -m, --calc=type
35 Use the specified calculator model (if unspecified, tikey will
36 try to determine the calculator model automatically.)
37
38 --timeout=n
39 Wait for up to n milliseconds for the calculator to respond.
40
41
42 OTHER OPTIONS
43 -v, --verbose
44 Print out details of link operations.
45
46 --help Print out program version information.
47
48 --version
49 Print out program version information.
50
51
53 TITOOLS_CABLE
54 Default link cable to use, if the -c option is not specified.
55
56 TITOOLS_CALC
57 Default calculator model to use, if the -m option is not speci‐
58 fied.
59
60 TITOOLS_TIMEOUT
61 Default timeout value in milliseconds.
62
63
65 tiget(1), tiinfo(1), tils(1), tiput(1), tirm(1), tiscr(1)
66
67
69 Benjamin Moody <floppusmaximus@users.sf.net>
70
71
72
73TITools 0.1 August 2010 tikey(1)