tiput - Man Page
send files to a graphing calculator
Synopsis
tiput [ options ] file ...
Description
tiput sends variable and/or program files to a connected TI graphing calculator. The files to send may include normal variables and programs, memory backups, Flash applications, and operating systems, in any of the various formats supported by the tifiles2 library.
On newer calculators, tiput will check if the variables already exist and ask whether you want to overwrite them. Use the -f option to disable this behavior.
On older calculators (the TI-82 and TI-85), you must manually enable link receive mode before sending variables. The calculator itself will then prompt you to overwrite, skip, or rename any duplicates.
Program Options
- -a, --archive
Send all files to archive (Flash) memory, if supported by the calculator, regardless of their previous state. (By default, files will be sent to archive if they were previously received from a Flash calculator and are marked as archived.)
- -u, --unarchive
Send all files to RAM, regardless of their previous state.
- -f, --force
Do not check for duplicate variables before sending. This has no effect on the TI-82 and TI-85.
- -C, --continue
On the TI-82 and TI-85, do not send an “end-of-transmission” command, so the calculator will remain in link receive mode.
Link Options
- -c, --cable=type[:port]
Use the specified link cable (if unspecified, tiput will search for USB cables connected to the system.) The cable type may be either the full name (GrayLink, BlackLink, Parallel, SilverLink, DirectLink, VTI, TiEmu, UsbKernel) or the 3-letter abbreviation (gry, blk, par, slv, usb, vti, tie, dev). For serial- and parallel-port link cables, a port number must also be specified.
- -m, --calc=type
Use the specified calculator model (if unspecified, tiput will try to determine the calculator model by the filenames specified on the command line.)
- --timeout=n
Wait for up to n milliseconds for the calculator to respond.
Other Options
- -v, --verbose
Print out details of link operations.
- --help
Print out program version information.
- --version
Print out program version information.
Environment Variables
See Also
Author
Benjamin Moody <floppusmaximus@users.sf.net>
Referenced By
tiget(1), tiinfo(1), tikey(1), tils(1), tirm(1), tiscr(1).