<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Calculator model identification</title>
		<link>http://tibasicdev.wikidot.com/forum/t-12808580/calculator-model-identification</link>
		<description>Posts in the discussion thread &quot;Calculator model identification&quot; - Anyway to identify calculator model?</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 17 May 2026 06:21:25 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-12808580#post-4424487</guid>
				<title>Re: Calculator model identification</title>
				<link>http://tibasicdev.wikidot.com/forum/t-12808580/calculator-model-identification#post-4424487</link>
				<description></description>
				<pubDate>Sat, 16 Nov 2019 03:39:36 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No, not in pure TI-Basic. The built-in language does not support any commands that retrieve that information. However, a simple way to determine if a calculator is a monochrome or color&#8230;</p> <div class="code"> <pre><code>ZStandard ΔX&lt;.2</code></pre></div> <br /> For the output, one is color and zero is monochrome. <p>You can use Celtic 3 (Flash app library) to retrieve that info though (Link to .zip folder will be posted tomorrow).</p> <p>Celtic 3 commands for calc info:</p> <div class="code"> <pre><code>det(4 - RAM memory det(4,1 - ROM memory det(4,2 - Product ID, First 10 hex digits from the about screen det(4,3 - OS version (Note that the period will be bugged, it still works correctly. E.x. &quot;2CubicReg55&quot;) real(11 ;Same command in xLib 0- 83+ 1- 83+SE 2- 84+ 3- 84+SE</code></pre></div> <p>EDIT: The .zip archive has been uploaded to forum attachments. Please see the top right of the page.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-12808580#post-4424359</guid>
				<title>Calculator model identification</title>
				<link>http://tibasicdev.wikidot.com/forum/t-12808580/calculator-model-identification#post-4424359</link>
				<description></description>
				<pubDate>Fri, 15 Nov 2019 22:13:56 +0000</pubDate>
				<wikidot:authorName>jimax</wikidot:authorName>				<wikidot:authorUserId>5870645</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Is there a way to identify the calculator model in a program? I have a program I first wrote for the TI-83/84. I have modified the program for the TI-84 Plus CE with its larger screen size. I would like to identify the calculator model in the program and adjust the screen output within the program. The model is available from the keypad through MEM-&gt;About, but can that information be accessed via a program?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>