-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
65 lines (59 loc) · 3.75 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="images/tilogo.png" alt="logo" />
<title>ticalceducation</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div id="header-elements">
<img src="images/tilogo.png" />
<p id="title"><a href="index.html">ticalceducation</a> |</p>
<p id="programs"><a href="programs.html">programs</a></p>
</div>
</div>
<div id="main">
<div id="main-container">
<div id="main-text">
<p class="question">Will these programs run on my particular calculator model?</p><br />
<p>The following models are compatible with my monochrome (m.8xp) programs: TI-83, TI-83 Plus, TI-83 Plus Silver Edition, TI-84 Plus, and TI-84 Plus Silver Edition. Those compatible with my chromatic (c.8xp) programs are the TI-84 Plus C Silver Edition, TI-84 Plus CE, and TI-84 Plus CE Python.</p><br />
<p class="question">How do I download these programs onto my calculator?</p><br />
<p>For monochrome calculators:</p><br />
<ol>
<li>Download <strong><a href="https://education.ti.com/en/software/details/en/B59F6C83468C4574ABFEE93D2BC3F807/swticonnectsoftware" target="_blank">TI Connect</a></strong></li>
<li>Connect your calculator to your computer using a link cable</li>
<li>Open up TI Connect, and choose your connected calculator</li>
<li>Click TI Device Explorer</li>
<li>Download the program(s) you want from ticalceducation</li>
<li>Drag the downloaded program(s) into the TI Device Explorer</li>
</ol><br />
<p>For chromatic calculators:</p><br />
<ol>
<li>Download <strong><a href="https://education.ti.com/en/software/details/en/CA9C74CAD02440A69FDC7189D7E1B6C2/swticonnectcesoftware" target="_blank">TI Connect CE</a></strong></li>
<li>Connect your calculator to your computer using a link cable</li>
<li>Open up TI Connect CE, and notice how it automatically detects your calculator</li>
<li>Click the second icon on the left column (the pages icon)</li>
<li>Download the program(s) you want from ticalceducation</li>
<li>Drag the downloaded program(s) onto the TI Connect CE window, confirm the options, and click send</li>
</ol><br />
<p>RAM is temporary storage; if your calculator resets, you will lose everything in RAM. My recommendation is you send the programs to Archive (ROM) while keeping in mind you have limited permanent storage. To archive/unarchive a program, press [2nd][+][2][7].</p>
</div>
</div>
</div>
<div id="footer">
<div id="footer-elements">
<div id="socials">
<p id="one"><a href="https://github.com/AneeshBonthala" target="_blank">)</a></p>
<p id="two"><a href="https://www.linkedin.com/in/aneesh-bonthala-b99300203/" target="_blank">C</a></p>
<p><a href="https://discordapp.com/users/459425651783630848/" target="_blank">Y</a></p>
</div>
<p id="my-name"><a href="https://aneeshbonthala.com" target="_blank">Aneesh Bonthala</a></p>
</div>
</div>
</body>
</html>