TI-85 Tk v2.0 A TCL/Tk GUI for the XLink85 1.1 program. Written by: Robert Gash Beta-tested by: Andrew Hobgood Coding and UI help by #linuxOS, #tcl, #calc-ti, #ti-files, and DrPepper on EFNet. XLink85 v1.1 was written by Jani Halme . REQUIREMENTS ~~~~~~~~~~~~ o TCL 7.6 (Should work with TCL 7.5) o Tk 4.2 (Should work with Tk 4.1) o X Window System (preferably at 800x600 at 256colors or more, otherwise the program will extend beyond the edges of your screen.) o GCC 2.7.2 (To compile XLink85) o The Utopia Font for X (if you don't have this font, please edit the line with "set titlefont {-*-utopia-*-r-*-*-30-*-*-*-*-*-*-*}" to look like "set titlefont {-*-helvetica-*-r-*-*-30-*-*-*-*-*-*-*}" in the file ti85-tk) INSTALL PROCEDURES ~~~~~~~~~~~~~~~~~~ o edit ./ti85-tk 's top line to use your proper "wish" program (whereis wish) to find it o become superuser (su) o run ./install.sh NOTES ~~~~~ o I have provided a pre-compiled version of send85 and recv85 for your use, these are configured for lp1 at address 0x378 If this is not your configuration, please configure XLink85 by following the directions in ./xlink85-1.1/ . In order for the install to work properly, you must make sure your send85 and recv85 binaries are suid (7555), so you can read/write to the port that the calculator is connected to. WARNING!!! This will allow ANY user to read/write from your calculator when it is connected. If you don't want this, type chmod 555 /usr/bin/send85 /usr/bin/recv85 as root. o This software was designed for the Linux 2.0.x kernel, but you may get it to compile on other systems, however, they are not officially supported. ENJOY!!! RG