<?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: SerialChart</title>
	<atom:link href="http://www.epanorama.net/blog/2013/09/05/serialchart/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2013/09/05/serialchart/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Wed, 08 Apr 2026 13:58:52 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/09/05/serialchart/comment-page-1/#comment-1495843</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sat, 18 Jun 2016 18:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21271#comment-1495843</guid>
		<description><![CDATA[SerialPlot
Small and simple software for plotting data from serial port
https://hackaday.io/project/5334-serialplot

This is a Qt based software for plotting data from serial port in real time.

SerialPlot accepts 3 different types of data input:

* simple binary stream, supports different number formats (unsigned/signed - 8/16/32 bits and float)
* ASCII data in CSV format
* user defined custom frame format (frame start byte, frame size, checksum etc..)

You can take snapshots of current view and store them in CSV files. You can also load them back from csv files, for convenient viewing.

User can also define &quot;commands&quot; to be sent to the serial port device with a click. Commands can be defined in HEX or ASCII format.]]></description>
		<content:encoded><![CDATA[<p>SerialPlot<br />
Small and simple software for plotting data from serial port<br />
<a href="https://hackaday.io/project/5334-serialplot" rel="nofollow">https://hackaday.io/project/5334-serialplot</a></p>
<p>This is a Qt based software for plotting data from serial port in real time.</p>
<p>SerialPlot accepts 3 different types of data input:</p>
<p>* simple binary stream, supports different number formats (unsigned/signed &#8211; 8/16/32 bits and float)<br />
* ASCII data in CSV format<br />
* user defined custom frame format (frame start byte, frame size, checksum etc..)</p>
<p>You can take snapshots of current view and store them in CSV files. You can also load them back from csv files, for convenient viewing.</p>
<p>User can also define &#8220;commands&#8221; to be sent to the serial port device with a click. Commands can be defined in HEX or ASCII format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomi</title>
		<link>https://www.epanorama.net/blog/2013/09/05/serialchart/comment-page-1/#comment-34497</link>
		<dc:creator><![CDATA[tomi]]></dc:creator>
		<pubDate>Thu, 19 Dec 2013 18:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21271#comment-34497</guid>
		<description><![CDATA[Usually this blog does not require require a large amount administration of work in addition to generating the content.

But there are alway possibility for things that need suddenly considerable amount of work: you need to update your system because of security issues, somebody hacks to your system and you need to do the cleanup (restore previous backup if you have recent backup etc..). You can outsource some of those task (get someone to administer your server, use an external service provider service instead of your own server etc..).]]></description>
		<content:encoded><![CDATA[<p>Usually this blog does not require require a large amount administration of work in addition to generating the content.</p>
<p>But there are alway possibility for things that need suddenly considerable amount of work: you need to update your system because of security issues, somebody hacks to your system and you need to do the cleanup (restore previous backup if you have recent backup etc..). You can outsource some of those task (get someone to administer your server, use an external service provider service instead of your own server etc..).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucid Dreaming</title>
		<link>https://www.epanorama.net/blog/2013/09/05/serialchart/comment-page-1/#comment-34496</link>
		<dc:creator><![CDATA[Lucid Dreaming]]></dc:creator>
		<pubDate>Thu, 19 Dec 2013 12:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21271#comment-34496</guid>
		<description><![CDATA[Howdy! I understand this is sort of off-topic however I had to ask.
Does running a well-established blog such as yours require a large amount of work?
I&#039;m brand new to operating a blog but I do write in my journal every
day. I&#039;d like to start a blog so I will be able to share
my experience and feelings online. Please let me know if you have any suggestions or tips
for new aspiring bloggers. Thankyou!]]></description>
		<content:encoded><![CDATA[<p>Howdy! I understand this is sort of off-topic however I had to ask.<br />
Does running a well-established blog such as yours require a large amount of work?<br />
I&#8217;m brand new to operating a blog but I do write in my journal every<br />
day. I&#8217;d like to start a blog so I will be able to share<br />
my experience and feelings online. Please let me know if you have any suggestions or tips<br />
for new aspiring bloggers. Thankyou!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arduino and ultrasound distance sensor &#171; Tomi Engdahl&#8217;s ePanorama blog</title>
		<link>https://www.epanorama.net/blog/2013/09/05/serialchart/comment-page-1/#comment-34495</link>
		<dc:creator><![CDATA[Arduino and ultrasound distance sensor &#171; Tomi Engdahl&#8217;s ePanorama blog]]></dc:creator>
		<pubDate>Fri, 06 Sep 2013 09:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21271#comment-34495</guid>
		<description><![CDATA[[...] is an open source application for charting data sent via RS-232 port in real time. I had used the software earlier successfully, read the documentation and checked SerialChart Tutorial, but for some reason I could not get data [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] is an open source application for charting data sent via RS-232 port in real time. I had used the software earlier successfully, read the documentation and checked SerialChart Tutorial, but for some reason I could not get data [...] </p>
]]></content:encoded>
	</item>
</channel>
</rss>
