Difference between revisions of "Calculator General FAQ"

From WikiTI
Jump to: navigation, search
m (finished the job (fixed links))
(Added some information to this previously empty page, it isn't much, but it's something...)
Line 11: Line 11:
  
 
=== Linking ===
 
=== Linking ===
 +
 +
=====How do I connect my calculator to my computer?=====
 +
First, you need a cable to connect the calculator. This should be delivered standard with the calculator.
 +
You also need a linking program. There are several programs:
 +
* [https://education.ti.com/en/products/computer-software/ti-connect-sw TI-Connect] (Only for Mac and Windows, NOT compatible with the CE)
 +
* [https://education.ti.com/en/products/computer-software/ti-connect-ce-sw TI-Connect CE] (Only for Mac and Windows, Specifically for the CE)
 +
* [https://lpg.ticalc.org/prj_tilp/ TiLP] (compatible with several types)
 +
* [https://ticalc.link Ticalc.link] (Only compatible with TI-84 plus)
 +
 +
=====Where do I get programs for my calculator?=====
 +
There are several places where you can download a big amount of programs.
 +
Two of the bigger ones are:
 +
*[https://www.ticalc.org/pub/ The Ticalc file archive]
 +
*[https://www.cemetech.net/downloads/browse/ The Cemetech file archive]
  
 
=== Calculator Specific ===
 
=== Calculator Specific ===
Line 19: Line 33:
  
 
==== TI-84+/SE ====
 
==== TI-84+/SE ====
 +
 +
==== TI-84+/CE ====
 +
 +
=====Why can't I play games on my calculator?=====
 +
TI has decided that from OS version 5.5.5 and higher isn't possible anymore to run Assembly programs. This was done to make sure that teachers would keep trust in the calculators.<br/>
 +
This step was actually unnecessary because what everyone got upset about was already solved a really long time. A full explanation video by Thelastmillennial can be found [https://youtu.be/dSkN0aMswXs here].<br/>
 +
Since most games and programs are written in Assembly, it's now not possible anymore to use them, so you'll get an error.
 +
There is a way to get back Assembly though and it can be done via this steps:
 +
# Install [https://yvantt.github.io/arTIfiCE/ arTIfiCE] on your calculator
 +
# For easier use of assembly programs: install [https://github.com/mateoconlechuga/cesium/releases/tag/v3.3.1 Cesium]
 +
# For even more convenience: install [https://github.com/jacobly0/asmhook/releases/tag/v1.0.0 asmhook]
 +
 +
=====How to reset the calculator?=====
 +
Sometimes it'll happen that the calculator freezes or that you just need to reset it. For resetting, there are several options.
 +
To reset your calculator you can:
 +
* Press the reset button at the back of your calculator (if your calculator is only frozen, press it short, if you really want a RAM reset, hold it down for some seconds.)
 +
* Press [2nd]-[+]-[7], then you can choose what you want to reset.
 +
 +
=====Why is there stuff on my screen going through my graphs?=====
 +
Some programs use the graph screen to draw the interface of the program on. Sometimes, this isn't cleared by the program.<br/>
 +
This can be solved very easy by pressing: [2nd]-[prgm]-[1]-[enter].
  
 
=== Programming and developing ===
 
=== Programming and developing ===
  
 +
=====What programming languages are supported?=====
 +
* AXE
 +
* C
 +
* C++
 +
* eZ80 (CE)
 +
* ICE (CE)
 +
* Python (Python editions only)
 +
* TI-BASIC
 +
* Z80 (Monochrome calculators)
 +
 +
=====Where can I make programs for my calculator?=====
 +
On the calculator itself, you can make programs in TI-BASIC and Python (For the Python editions).<br>
 +
Also ICE is possible on calc, but you'll need the [https://www.cemetech.net/downloads/files/1481/x1481 ICE compiler] installed for that.<br>
 +
Other languages can't be done on your calc, but there are some online program editors that allow you to make those programs:
 +
* [https://www.cemetech.net/sc/ SourceCoder3 (Cemetech)]
 +
* [https://www.tiplanet.org/pb/ Project Builder (TI-planet)]
  
 
== Other FAQs ==
 
== Other FAQs ==
  
* [http://www.ocf.berkeley.edu/~pad/faq/index.html The Ultimate TI Calculator FAQ]
+
* [https://www.ocf.berkeley.edu/~pad/faq/index.html The Ultimate TI Calculator FAQ]
* [http://www.technicalc.org/tifaq/ TI Graphing Calculator FAQ]
+
* [https://www.technicalc.org/tifaq/ TI Graphing Calculator FAQ]
* [http://www.technicalc.org/tifaq/mltifaq.txt Mattias Lindqvist's Calc-TI FAQ]
+
* [https://www.technicalc.org/tifaq/mltifaq.txt Mattias Lindqvist's Calc-TI FAQ]
* [http://www.ti-89.org/faq.html The TI-89 FAQ]
+
* [https://www.ti-89.org/faq.html The TI-89 FAQ]

Revision as of 12:53, 26 November 2020

The WikiTI Calculator FAQ.

FAQ stands for Frequently Asked Questions. You should start to seek your answer here and in the other FAQs before asking. You have currently active users willing to help on UTI and Omnimaga Forums.

FAQ

This article is a stub. You can help WikiTI by expanding it.


Introduction

Linking

How do I connect my calculator to my computer?

First, you need a cable to connect the calculator. This should be delivered standard with the calculator. You also need a linking program. There are several programs:

  • TI-Connect (Only for Mac and Windows, NOT compatible with the CE)
  • TI-Connect CE (Only for Mac and Windows, Specifically for the CE)
  • TiLP (compatible with several types)
  • Ticalc.link (Only compatible with TI-84 plus)
Where do I get programs for my calculator?

There are several places where you can download a big amount of programs. Two of the bigger ones are:

Calculator Specific

TI-83

TI-83+

TI-84+/SE

TI-84+/CE

Why can't I play games on my calculator?

TI has decided that from OS version 5.5.5 and higher isn't possible anymore to run Assembly programs. This was done to make sure that teachers would keep trust in the calculators.
This step was actually unnecessary because what everyone got upset about was already solved a really long time. A full explanation video by Thelastmillennial can be found here.
Since most games and programs are written in Assembly, it's now not possible anymore to use them, so you'll get an error. There is a way to get back Assembly though and it can be done via this steps:

  1. Install arTIfiCE on your calculator
  2. For easier use of assembly programs: install Cesium
  3. For even more convenience: install asmhook
How to reset the calculator?

Sometimes it'll happen that the calculator freezes or that you just need to reset it. For resetting, there are several options. To reset your calculator you can:

  • Press the reset button at the back of your calculator (if your calculator is only frozen, press it short, if you really want a RAM reset, hold it down for some seconds.)
  • Press [2nd]-[+]-[7], then you can choose what you want to reset.
Why is there stuff on my screen going through my graphs?

Some programs use the graph screen to draw the interface of the program on. Sometimes, this isn't cleared by the program.
This can be solved very easy by pressing: [2nd]-[prgm]-[1]-[enter].

Programming and developing

What programming languages are supported?
  • AXE
  • C
  • C++
  • eZ80 (CE)
  • ICE (CE)
  • Python (Python editions only)
  • TI-BASIC
  • Z80 (Monochrome calculators)
Where can I make programs for my calculator?

On the calculator itself, you can make programs in TI-BASIC and Python (For the Python editions).
Also ICE is possible on calc, but you'll need the ICE compiler installed for that.
Other languages can't be done on your calc, but there are some online program editors that allow you to make those programs:

Other FAQs