<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Python meets arduino</title>
	<atom:link href="http://blog.arduino.cc/2012/03/12/python-meets-arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arduino.cc/2012/03/12/python-meets-arduino/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 15:14:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Pop Gheorghe</title>
		<link>http://blog.arduino.cc/2012/03/12/python-meets-arduino/comment-page-1/#comment-101993</link>
		<dc:creator>Pop Gheorghe</dc:creator>
		<pubDate>Sun, 24 Jun 2012 12:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=3279#comment-101993</guid>
		<description><![CDATA[Thanks for this. Back in 2005 I had an engineering degree project that was doing the same thing, but with Perl and the communication protocol was  without error proofing. Today I wanted to reedit that project, so if you like view the result here: http://www.youtube.com/watch?v=-CM_q1GOwuM&amp;feature=youtu.be
This time based on Python.:-)]]></description>
		<content:encoded><![CDATA[<p>Thanks for this. Back in 2005 I had an engineering degree project that was doing the same thing, but with Perl and the communication protocol was  without error proofing. Today I wanted to reedit that project, so if you like view the result here: <a href="http://www.youtube.com/watch?v=-CM_q1GOwuM&#038;feature=youtu.be" rel="nofollow">http://www.youtube.com/watch?v=-CM_q1GOwuM&#038;feature=youtu.be</a><br />
This time based on Python.:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fickett</title>
		<link>http://blog.arduino.cc/2012/03/12/python-meets-arduino/comment-page-1/#comment-81984</link>
		<dc:creator>Mark Fickett</dc:creator>
		<pubDate>Tue, 13 Mar 2012 01:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://arduino.cc/blog/?p=3279#comment-81984</guid>
		<description><![CDATA[I&#039;ve been working on a python-to-Arduino communication library (too). https://github.com/markfickett/DataReceiver

It handles passing arbitrary data, not just single-byte commands; my main use is sending color data for an addressable RGB LED strip. It does not have error detection/correction; Peter Kropf&#039;s talk makes it sound like that would be a good addition. If CommandControl.ino is the whole of Peter&#039;s library (in https://github.com/pkropf/pycon2012 – I skimmed the talk, just looking for the link), then it wins for size; though I include a matching Python-side library for full encapsulation.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working on a python-to-Arduino communication library (too). <a href="https://github.com/markfickett/DataReceiver" rel="nofollow">https://github.com/markfickett/DataReceiver</a></p>
<p>It handles passing arbitrary data, not just single-byte commands; my main use is sending color data for an addressable RGB LED strip. It does not have error detection/correction; Peter Kropf&#8217;s talk makes it sound like that would be a good addition. If CommandControl.ino is the whole of Peter&#8217;s library (in <a href="https://github.com/pkropf/pycon2012" rel="nofollow">https://github.com/pkropf/pycon2012</a> – I skimmed the talk, just looking for the link), then it wins for size; though I include a matching Python-side library for full encapsulation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.arduino.cc @ 2013-05-18 18:25:40 -->