<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&quot;Serial data&quot; data source]]></title><description><![CDATA[<p dir="auto">This is an open request for opinions on how a "serial data" data source might work. Many different approaches to how such a think could work can be conceived, so we are looking for specific examples of how you would want to derive data from a stream. In your description you should include examples of data (not too long please), and a description of how it is received and formatted.</p>
]]></description><link>https://forum.mango-os.com/topic/518/serial-data-data-source</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 00:30:50 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/518.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Sep 2010 14:42:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Serial data&quot; data source on Thu, 21 Oct 2010 19:12:56 GMT]]></title><description><![CDATA[<p dir="auto">We're going to make this a pluggable feature of Mango V2 (aka M2M2). The thinking is that a template module could be written that would allow users to customize to their exact needs. Not sure how this will work exactly at the moment though.</p>
]]></description><link>https://forum.mango-os.com/post/4701</link><guid isPermaLink="true">https://forum.mango-os.com/post/4701</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Thu, 21 Oct 2010 19:12:56 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Serial data&quot; data source on Fri, 08 Oct 2010 14:44:58 GMT]]></title><description><![CDATA[<p dir="auto">I don't know enough about serial data other than modbus but I think this is a excellent idea!</p>
<p dir="auto">There are some commercial water system controllers that I work with that have data stream I would love to connect to Mango.   I'll see if I can find information on there data format.  I know there are lots of other devices that use unique serial data formats that would be great to be able to decode.</p>
<p dir="auto">Thanks,<br />
Joel.</p>
]]></description><link>https://forum.mango-os.com/post/4571</link><guid isPermaLink="true">https://forum.mango-os.com/post/4571</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Fri, 08 Oct 2010 14:44:58 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Serial data&quot; data source on Thu, 07 Oct 2010 19:23:37 GMT]]></title><description><![CDATA[<p dir="auto">More details</p>
<p dir="auto">Here link to something which could be used as one use case example of binary type of messages. <a href="http://owfs.org/index.php?page=owserver-protocol" rel="nofollow ugc">http://owfs.org/index.php?page=owserver-protocol</a><br />
It is one variant of LID. Many protocols are quite like but having slightly different format.</p>
<p dir="auto">An other is formatted like this<br />
0x81 0F 06 01 02 03 04 XX 83<br />
descriptions:</p>
<ul>
<li>start marker 0x81</li>
<li>end marker 0x83</li>
<li>message ID 0x0F</li>
<li>length 0x06 (without start &amp; end)</li>
<li>data 01 02 03 04</li>
<li>checksum XX<br />
In this protocol values between 0x80 to 0x83 are reserved. If some field would have value in reserved range, the byte is bitwise inverted (e.g. 0x81 turns to 0x7E) and a special marker byte (0x80) is inserted before it, to mark for the receiver it has been inverted.</li>
</ul>
<p dir="auto">One more example would be modbus. There is a data source for it already, but just as example to think what kind of methods could be needed.</p>
<p dir="auto">One more idea came up. Maybe the whole data handling could be done on user defined script, like in meta points. Then it would be more versatile (but not as easy to use with few clicks making special datasource). The data buffer could be given as variable to the script. The data sending could be triggered with events.</p>
]]></description><link>https://forum.mango-os.com/post/4568</link><guid isPermaLink="true">https://forum.mango-os.com/post/4568</guid><dc:creator><![CDATA[Jokke]]></dc:creator><pubDate>Thu, 07 Oct 2010 19:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Serial data&quot; data source on Wed, 06 Oct 2010 17:05:10 GMT]]></title><description><![CDATA[<p dir="auto">Quite strange, many questions related how to have some device connected or is some device supported, but no replies on this.</p>
<p dir="auto">Here is one to start discussion with, but not very specific defined. I could think, many sorts of devices could be handled, if there was generic way to define ascii and binary message formats. Maybe something like start and end character(/binary pattern) to detect messages. The regEx could be used to parse values from ascii. Maybe binary pattern(s) and the pick bits from offset.</p>
<p dir="auto">Example message formats</p>
<ul>
<li>ascii NMEA used in many GPS devices</li>
<li>Binary format with fixed start and/or end ID fields. Maybe containing LID (length, identifier, data) type of content or data at fixed positions.</li>
</ul>
<p dir="auto">Why not having the same data source also handling tcp and udp type of data?</p>
<p dir="auto">I will look on some example messages and add them here.<br />
BR<br />
Jokke</p>
]]></description><link>https://forum.mango-os.com/post/4549</link><guid isPermaLink="true">https://forum.mango-os.com/post/4549</guid><dc:creator><![CDATA[Jokke]]></dc:creator><pubDate>Wed, 06 Oct 2010 17:05:10 GMT</pubDate></item></channel></rss>