-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Instructions
Even if you have never seen or touched TI-BASIC code before, installing and making use of any of these scripts is easy. All you have to do is read and follow the instructions below carefully.
A list of compatible calculators can be found here. If your calculator is on this list, you should be good to go. Additionally, make sure you have a link cable, to connect your computer to your calculator.
TI Connect connects your computer to your graphing calculator, allowing you transfer files and even write TI-BASIC code on an integrated IDE. Once you have determined which version is best for you, you can download TI Connect here and TI Connect CE here. Once you have downloaded the program, install and run it.
To install a script on your calculator, first you need to download it on to your computer. To do so, navigate to the Code page of this repository (top left on the menu bar), click on your desired script, and click Download.
Open TI Connect and plug in your calculator. It should show up under Connected Calculators. Once you have done so click on the Program Editor button on the left (the icon is three blocks stacked in a triangle). Then click on Open Program, navigate to your downloaded file, and open it. Lastly, click the send program button (a calculator with an arrow) and wait for the transfer to complete. To replace a previous version of a downloaded program, select the "replace existing content" option.
At this point you should have a downloaded program on your calculator. Press prgm
and then select the name of the transferred file. Press enter
twice to run it. At any point during the execution of a program, you can press the on
button to stop it. Now you are able to download and run scripts on you TI calculator! If you'd like to take a deeper dive into the TI-BASIC language please check out TI-Basic Developer. Thank you for using my repository, and if you think it is useful please consider giving it a star.