<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Realtime Plot of Arduino Serial Data Using Python</title>
	<link>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231</link>
	<description>Established January 2005</description>
	<pubDate>Thu, 09 Feb 2012 10:02:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: Janneman</title>
		<link>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-44448</link>
		<pubDate>Wed, 14 Dec 2011 20:29:22 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-44448</guid>
					<description>Sound and simple program. Nice work!

I've got it working on debian squeeze, but had to disable the interCharTimeout=None option on line 37 of Arduino_Monitor.py. (Squeeze comes with pyserial version 1.35, which doesn't support this option)</description>
		<content:encoded><![CDATA[<p>Sound and simple program. Nice work!</p>
<p>I&#8217;ve got it working on debian squeeze, but had to disable the interCharTimeout=None option on line 37 of Arduino_Monitor.py. (Squeeze comes with pyserial version 1.35, which doesn&#8217;t support this option)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: theepdinker</title>
		<link>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-42966</link>
		<pubDate>Mon, 24 Oct 2011 00:08:14 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-42966</guid>
					<description>Great write up!
I got it working in Python 2.7 on Ubuntu 11.04 with two changes:
1. port='/dev/ttyACM0'
2. select a specific version of wx:
import wxversion
wxversion.select(&quot;2.8&quot;)
import wx, wx.html</description>
		<content:encoded><![CDATA[<p>Great write up!<br />
I got it working in Python 2.7 on Ubuntu 11.04 with two changes:<br />
1. port=&#8217;/dev/ttyACM0&#8242;<br />
2. select a specific version of wx:<br />
import wxversion<br />
wxversion.select(&#8221;2.8&#8243;)<br />
import wx, wx.html
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Graham</title>
		<link>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-42910</link>
		<pubDate>Sat, 22 Oct 2011 09:10:23 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-42910</guid>
					<description>Thank you.
I could not get Processing to run because of incompatible java versions or something.
I have been playing with python for a while. I have the analog data comming at one byte every 100 us on a serial of 115 k and written to a csv file in python for analysis and graphing in a spreadsheet.
I couldn't get control of the data flow into the array for display directly in python.</description>
		<content:encoded><![CDATA[<p>Thank you.<br />
I could not get Processing to run because of incompatible java versions or something.<br />
I have been playing with python for a while. I have the analog data comming at one byte every 100 us on a serial of 115 k and written to a csv file in python for analysis and graphing in a spreadsheet.<br />
I couldn&#8217;t get control of the data flow into the array for display directly in python.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: WaZK</title>
		<link>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-40634</link>
		<pubDate>Wed, 14 Sep 2011 00:36:03 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-40634</guid>
					<description>Thank you very much^^

I just copy your code and I got it!!!

Anyway, do you know how to plot multiply data in one graph?? Data was sent by single serial port</description>
		<content:encoded><![CDATA[<p>Thank you very much^^</p>
<p>I just copy your code and I got it!!!</p>
<p>Anyway, do you know how to plot multiply data in one graph?? Data was sent by single serial port
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alchemy of the Embedded</title>
		<link>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-40535</link>
		<pubDate>Sat, 10 Sep 2011 19:11:27 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231#comment-40535</guid>
					<description>[...] Plotting My search for a plotting solution lead me to look into Python matplotlib and pySerial to plot the temperature and see some internal variable such as the PID in action. I found this via the Arduino Play ground. I’ll be looking into this to see if I can fit it to my needs. It would be a handy interface for future projects as well. blendedtechnologies 25A/250V Sold State Relay [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Plotting My search for a plotting solution lead me to look into Python matplotlib and pySerial to plot the temperature and see some internal variable such as the PID in action. I found this via the Arduino Play ground. I’ll be looking into this to see if I can fit it to my needs. It would be a handy interface for future projects as well. blendedtechnologies 25A/250V Sold State Relay [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

