<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software design and embedded system tools. &#187; casio</title>
	<atom:link href="http://embedsoftdev.com/tag/casio/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Tue, 17 Jan 2012 19:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Embedded scientific calculator.</title>
		<link>http://embedsoftdev.com/embedded/embedded-scientific-calculator/</link>
		<comments>http://embedsoftdev.com/embedded/embedded-scientific-calculator/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:59:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[casio]]></category>
		<category><![CDATA[casio fa-124]]></category>
		<category><![CDATA[casio fx-9860g]]></category>
		<category><![CDATA[embedded calculator]]></category>
		<category><![CDATA[embedded scientific calculator]]></category>
		<category><![CDATA[fa-124]]></category>
		<category><![CDATA[fa124]]></category>
		<category><![CDATA[fx-9860G]]></category>
		<category><![CDATA[fx-9860gsd]]></category>
		<category><![CDATA[revolutionfx]]></category>
		<category><![CDATA[scientific calculator]]></category>
		<category><![CDATA[sdk for fx-9860g]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=451</guid>
		<description><![CDATA[Casio fx-9860gsd is one of scientific calculator that can use for calculate scientific formular otherwise it also can be used in controlling as the embedded calculator. Casio fx-9860gsd has the graphic LCD display (only two colors , black &#038; white). It use high performance processor , has the serial port and also has the SD [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>             <strong>Casio fx-9860gsd</strong> is one of scientific calculator that can use for<br />
calculate scientific formular otherwise it also can be used in controlling<br />
 as the embedded calculator.</p>
<p>              Casio fx-9860gsd has the graphic LCD display (only two colors , black &#038; white).<br />
It use high performance processor , has the serial port and also has the SD card slot.<br />
This calculator can be programmed without using the external program-burning equipment<br />
(user can write program and download compiled-program to the calculator).<br />
The software development kit for develop the software is free for download (include the compiler,<br />
library and IDE). This SDK can make Casio fx-9860gsd to become good embedded controller board.<br />
The drawback is it doesn&#8217;t have input/output port sufficiently to use ,however we can solve this drawback<br />
by use the external equipment to expand I/O port.</p>
<p><strong>Important technical specification of Casio fx-9860gsd are as follow&#8230;</strong><br />
- Use CPU from Renesas (SuperH-3 32-bit RISC processor) run at 100/133 MHz (depent on the working<br />
mode)<br />
- RAM 512 kB<br />
- 4 MB Flash memory (can actually use about 1.5 MB)<br />
- Download program to the calculator via mini USB by using FA-124 software.<br />
- One channel serial port.<br />
- Addition application can be appended to the calculator by ourselve.<br />
- Develop program using C language and the SDK is free for download.<br />
- Have SD card slot (SD card used for install new application or store the data).<br />
- Noise tolerant and high stability.<br />
- Can exchange the program between two calculators using the special signal-wire.</p>
<p></p>
<div id="attachment_455" class="wp-caption aligncenter" style="width: 218px"><a href="http://embedsoftdev.com/wp-content/uploads/2010/06/1-6633-1209233464.jpg"><img src="http://embedsoftdev.com/wp-content/uploads/2010/06/1-6633-1209233464-208x300.jpg" alt="embedded Embedded scientific calculator." title="1-6633-1209233464" width="208" height="300" class="size-medium wp-image-455" /></a><p class="wp-caption-text">Casio fx-9860g sd</p></div>
<p></p>
<p><strong>Essential software you need to download before start develop the program for Casio fx-9860gsd<br />
</strong></p>
<p>First download SDK for fx-9860g  (this SDK contain IDE and C<br />
compiler). The registration is required and you must own the real Casio fx-9860gsd<br />
(because it request for the identification number that stick at the back of this scientific calculator).<br />
If you don&#8217;t have real Casio fx-9860g series then you can&#8217;t download this SDK.<br />
Visit <a rel="nofollow" target="_blank" rel="nofollow" href="https://edu.casio.com/download_service/register/regist_form.php">https://edu.casio.com/download_service/register/regist_form.php</a> for register and download SDK.</p>
<p>Second download library <strong>Revolutionfx</strong> from <a rel="nofollow" target="_blank" rel="nofollow" href="http://revolution-fx.sourceforge.net">http://revolution-fx.sourceforge.net</a>.<br />
This  library help in reading and writing via serial port of the calculator (You cannot<br />
access the serial port by using only the SDK from casio).<br />
It also has the routine for draw a line or graph and include special function that is<br />
valuable for working with this calculator.</p>
<p>Last software that need to download is Casio FA-124. This software use for download or<br />
burn the program into calculator. You can download Casio FA-124 at <a rel="nofollow" target="_blank" rel="nofollow" href="http://world.casio.com/edu/resources/fa124/index.html">http://world.casio.com/edu/resources/fa124/index.html</a>.</p>
<p>When you have all three software above , you must install the fx-9860g SDK first<br />
after that install the Revolutionfx library and Casio FA-124 respectively.</p>
<p>This article doesn&#8217;t talk about how to set up the environment for develop the program<br />
and how to write the C code instruction for this calculator because I intend to write the<br />
review for Casio fx-9860gsd only.</p>
<p>Reference :<br />
            1. Prototype Electronics Magazine (issue 11 , June 2010)<br />
            2. <a rel="nofollow" target="_blank" rel="nofollow" href="http://www.tpemagazine.com">http://www.tpemagazine.com</a></p>
<p>Thank you,<br />
           Admin</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="casio fx-9860g sd">casio fx-9860g sd</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed scientific calculator">embed scientific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embed calculator">embed calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="casio fx">casio fx</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="c code for scientific calculator casio">c code for scientific calculator casio</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="how to make scientific calculator using flash?">how to make scientific calculator using flash?</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="fx-9860gii">fx-9860gii</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="fx-9860G SD / fx-9860G">fx-9860G SD / fx-9860G</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="CASIO FX 9860G SD">CASIO FX 9860G SD</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="scientific calculator casio">scientific calculator casio</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="calculators casio fx">calculators casio fx</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="is digital calculator an embedded system?">is digital calculator an embedded system?</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="FX-9860G SD">FX-9860G SD</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="full scientific calculator for embedded engineers">full scientific calculator for embedded engineers</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embedded c code for scientific calculator">embedded c code for scientific calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="embedded c calculator">embedded c calculator</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="Casio CFX-9860G SD description">Casio CFX-9860G SD description</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="casio 9860g-sd">casio 9860g-sd</a></li><li><a href="http://embedsoftdev.com/embedded/embedded-scientific-calculator/" title="sientific calculator sdk">sientific calculator sdk</a></li></ul><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/embedded-scientific-calculator/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

