<?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>mandarin.no &#187; configure</title>
	<atom:link href="http://mandarin.no/tag/configure/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandarin.no</link>
	<description></description>
	<lastBuildDate>Tue, 17 Aug 2010 09:35:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tips: Reading variables from Arduino using Flash, Flex or AIR</title>
		<link>http://mandarin.no/as3/tips-reading-variables-from-arduino-using-flash-flex-or-air/</link>
		<comments>http://mandarin.no/as3/tips-reading-variables-from-arduino-using-flash-flex-or-air/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:24:07 +0000</pubDate>
		<dc:creator>Thomas Viktil</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[baud]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[physical computing]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[socket server]]></category>
		<guid isPermaLink="false">http://mandarin.no/?p=69</guid>
		<description><![CDATA[If you have experienced getting only gibberish from the Arduino when tracing it&#8217;s output using Flash, Flex or AIR, you might have misconfigured the socket server. I spent a whole day trying to figure out why I only got square boxes, a couple of random numbers and an occasional &#8216;f&#8217; now and then. I read [...]]]></description>
			<content:encoded><![CDATA[<p>If you have experienced getting only gibberish from the Arduino when tracing it&#8217;s output using Flash, Flex or AIR, you might have misconfigured the socket server.</p>
<p>I spent a whole day trying to figure out why I only got square boxes, a couple of random numbers and an occasional &#8216;f&#8217; now and then. I read somewhere that the configuration file for the socket server had to match the settings of the serial drivers. I didn&#8217;t pay much attention to it because I took it for granted that it was configured using a set of common settings. It turned out that I was wrong.</p>
<p>My drivers were set to 9600 baud, while my socket server ran at 19200 baud. Setting the socket server to 9600 baud solved all of my problems! Yes, all of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://mandarin.no/as3/tips-reading-variables-from-arduino-using-flash-flex-or-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
