<?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 for Muetze1</title>
	<atom:link href="http://www.muetze1.de/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.muetze1.de</link>
	<description>Code Monkey</description>
	<lastBuildDate>Tue, 28 May 2013 23:06:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Futaba M18ST05B by Muetze1</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-817</link>
		<dc:creator>Muetze1</dc:creator>
		<pubDate>Tue, 28 May 2013 23:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-817</guid>
		<description><![CDATA[Hi Tarciziu,

you can send me the program (maybe including source?) to my email address. I will upload it here and link it in the post, if you want.

Thanks,
Muetze1]]></description>
		<content:encoded><![CDATA[<p>Hi Tarciziu,</p>
<p>you can send me the program (maybe including source?) to my email address. I will upload it here and link it in the post, if you want.</p>
<p>Thanks,<br />
Muetze1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Balint Tarciziu</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-816</link>
		<dc:creator>Balint Tarciziu</dc:creator>
		<pubDate>Tue, 28 May 2013 17:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-816</guid>
		<description><![CDATA[thank you very much
You are great. It is true my program to control traffic RS232 I inserted a 00 front to the inactive state.
Everything ok.
If you can be useful I made a small program written in Visual C + + for the control of the display.]]></description>
		<content:encoded><![CDATA[<p>thank you very much<br />
You are great. It is true my program to control traffic RS232 I inserted a 00 front to the inactive state.<br />
Everything ok.<br />
If you can be useful I made a small program written in Visual C + + for the control of the display.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Muetze1</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-815</link>
		<dc:creator>Muetze1</dc:creator>
		<pubDate>Mon, 27 May 2013 09:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-815</guid>
		<description><![CDATA[Hi Tarciziu,

first of all: I do not understand why are you sending a 0x00 in the beginning? But here are the sequences you requested:

1. light the CD symbol: 0x1b, 0x30, 0x02, 0x03  [ESC, SetSymbol, CD, HighIntensity]
2. start animation: 0x1b, 0x32, 0x01 [ESC, CDAni, fastest]

And about the graphic area:

0x1b, 0x31, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55 [ESC, SetPixelData, pixel data]

Regards,
Muetze1]]></description>
		<content:encoded><![CDATA[<p>Hi Tarciziu,</p>
<p>first of all: I do not understand why are you sending a 0&#215;00 in the beginning? But here are the sequences you requested:</p>
<p>1. light the CD symbol: 0x1b, 0&#215;30, 0&#215;02, 0&#215;03  [ESC, SetSymbol, CD, HighIntensity]<br />
2. start animation: 0x1b, 0&#215;32, 0&#215;01 [ESC, CDAni, fastest]</p>
<p>And about the graphic area:</p>
<p>0x1b, 0&#215;31, 0&#215;55, 0xaa, 0&#215;55, 0xaa, 0&#215;55, 0xaa, 0&#215;55, 0xaa, 0&#215;55 [ESC, SetPixelData, pixel data]</p>
<p>Regards,<br />
Muetze1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Balint Tarciziu</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-814</link>
		<dc:creator>Balint Tarciziu</dc:creator>
		<pubDate>Mon, 27 May 2013 09:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-814</guid>
		<description><![CDATA[OK
thank you very much

To send a command to turn on the symbols and very clear. I do not understand how do I start the animation of the CD
To turn on the CD symbol sending:
0x00, 0x1B, 0x30, 0x02, 0x01
But to start the animation what should I write?? I&#039;ve tried everything like:
0x00, 0x1B, 0x01, 0x02, 0x01
or
0x02, 0x1B, 0x30, 0x02, 0x01
Can not just give me an example. It would be much appreciated also one for graphics

Sincerely
Balint Tarciziu]]></description>
		<content:encoded><![CDATA[<p>OK<br />
thank you very much</p>
<p>To send a command to turn on the symbols and very clear. I do not understand how do I start the animation of the CD<br />
To turn on the CD symbol sending:<br />
0&#215;00, 0x1B, 0&#215;30, 0&#215;02, 0&#215;01<br />
But to start the animation what should I write?? I&#8217;ve tried everything like:<br />
0&#215;00, 0x1B, 0&#215;01, 0&#215;02, 0&#215;01<br />
or<br />
0&#215;02, 0x1B, 0&#215;30, 0&#215;02, 0&#215;01<br />
Can not just give me an example. It would be much appreciated also one for graphics</p>
<p>Sincerely<br />
Balint Tarciziu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Balint Tarciziu</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-811</link>
		<dc:creator>Balint Tarciziu</dc:creator>
		<pubDate>Sat, 25 May 2013 07:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-811</guid>
		<description><![CDATA[I forgot. Good job. Appearance anxious your publication

Thank you!
Balint Tarciziu]]></description>
		<content:encoded><![CDATA[<p>I forgot. Good job. Appearance anxious your publication</p>
<p>Thank you!<br />
Balint Tarciziu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Muetze1</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-808</link>
		<dc:creator>Muetze1</dc:creator>
		<pubDate>Fri, 24 May 2013 18:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-808</guid>
		<description><![CDATA[Hi Tarciziu,

another user requested the documentation before and I proposed to generate a documentation. Up to now I have not yet found time to do so. But now their are two people waiting for this, so I will time it in for this weekend. So keep calm and give me the next two days to fulfill my task. I will publish the document on this page.

Thanks,
Muetze1]]></description>
		<content:encoded><![CDATA[<p>Hi Tarciziu,</p>
<p>another user requested the documentation before and I proposed to generate a documentation. Up to now I have not yet found time to do so. But now their are two people waiting for this, so I will time it in for this weekend. So keep calm and give me the next two days to fulfill my task. I will publish the document on this page.</p>
<p>Thanks,<br />
Muetze1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Balint Tarciziu</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-807</link>
		<dc:creator>Balint Tarciziu</dc:creator>
		<pubDate>Fri, 24 May 2013 18:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-807</guid>
		<description><![CDATA[Thank you very much for your reply. I solved the problem of communication with the FUTABA M18ST05B using a ST232. I can write. To clear the monitor send him into binary 1F 1B. To bring up the internal clock send him 1F 1B 50 1B 05. The computer medion and died. Can not just give me a list of other commands that I can use on this object. Best wishes for your work and congratulations for clarity]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for your reply. I solved the problem of communication with the FUTABA M18ST05B using a ST232. I can write. To clear the monitor send him into binary 1F 1B. To bring up the internal clock send him 1F 1B 50 1B 05. The computer medion and died. Can not just give me a list of other commands that I can use on this object. Best wishes for your work and congratulations for clarity</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Muetze1</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-806</link>
		<dc:creator>Muetze1</dc:creator>
		<pubDate>Fri, 24 May 2013 18:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-806</guid>
		<description><![CDATA[Hi Tarciziu,

as a first step, I would refer to &lt;a href=&quot;http://www.muetze1.de/?page_id=774&amp;cpage=1#comment-338&quot; title=&quot;this comment&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt; on this page. Here I give an example for a small circuit. Additionally (as noted in the comment), you can buy simple USB-to-Serial adapter cables with TTL outputs. I named some examples and a further link on the &lt;a href=&quot;http://www.muetze1.de/?page_id=951&quot; title=&quot;Unknown KD Rev. 2.1/6.0&quot; rel=&quot;nofollow&quot;&gt;Unknown KD Rev. 2.1/6.0&lt;/a&gt; page. 

Regards,
Muetze1]]></description>
		<content:encoded><![CDATA[<p>Hi Tarciziu,</p>
<p>as a first step, I would refer to <a href="http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-338" title="this comment" rel="nofollow">this comment</a> on this page. Here I give an example for a small circuit. Additionally (as noted in the comment), you can buy simple USB-to-Serial adapter cables with TTL outputs. I named some examples and a further link on the <a href="http://www.muetze1.de/?page_id=951" title="Unknown KD Rev. 2.1/6.0" rel="nofollow">Unknown KD Rev. 2.1/6.0</a> page. </p>
<p>Regards,<br />
Muetze1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Futaba M18ST05B by Balint Tarciziu</title>
		<link>http://www.muetze1.de/?page_id=774&#038;cpage=1#comment-805</link>
		<dc:creator>Balint Tarciziu</dc:creator>
		<pubDate>Fri, 24 May 2013 07:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?page_id=774#comment-805</guid>
		<description><![CDATA[Hello how can I connect this display with a USB or serial cable to another computer? Do you have a solution? How much is it and where can I buy it?]]></description>
		<content:encoded><![CDATA[<p>Hello how can I connect this display with a USB or serial cable to another computer? Do you have a solution? How much is it and where can I buy it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ID3Lib adding new frames working again / future of the libraries by Muetze1</title>
		<link>http://www.muetze1.de/?p=941&#038;cpage=1#comment-802</link>
		<dc:creator>Muetze1</dc:creator>
		<pubDate>Fri, 17 May 2013 22:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.muetze1.de/?p=941#comment-802</guid>
		<description><![CDATA[Hi Patrick,

you are welcome. Thank you very much for your offer and I appreciate it thankfully. I will contact you on your email address for details.

Regards,
Muetze1]]></description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>you are welcome. Thank you very much for your offer and I appreciate it thankfully. I will contact you on your email address for details.</p>
<p>Regards,<br />
Muetze1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
