<?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: RS232 (Serial) Control of LG LCD TV via MythTV</title>
	<atom:link href="http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rs232-control-lg-lcd-tv-mythtv</link>
	<description>Why do things the hard way?</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:07:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: suan</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-674</link>
		<dc:creator>suan</dc:creator>
		<pubDate>Sun, 04 Sep 2011 03:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-674</guid>
		<description>Well said! Here&#039;s the library: https://github.com/suan/libLGTV_serial. It contains some features that you might useful, such as toggling between 2 commands with a single command (togglepower for example), and ignoring commands that get called many times in a row when a single button press is detected as many. Also could you kindly let me know if your TV model is not in the list of supported ones? Thanks!</description>
		<content:encoded><![CDATA[<p>Well said! Here&#8217;s the library: <a href="https://github.com/suan/libLGTV_serial" rel="nofollow">https://github.com/suan/libLGTV_serial</a>. It contains some features that you might useful, such as toggling between 2 commands with a single command (togglepower for example), and ignoring commands that get called many times in a row when a single button press is detected as many. Also could you kindly let me know if your TV model is not in the list of supported ones? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smithj</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-543</link>
		<dc:creator>smithj</dc:creator>
		<pubDate>Tue, 30 Aug 2011 20:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-543</guid>
		<description>Hi Suan,

That would be great. The reason I put this stuff out there is for people to use and improve upon it.

That is why I started this blog, Google and the Open Source community at large has always been very helpful (you can get a long way in this industry just by knowing how to search for something online, and do it quickly). So if I can give anything back then that is what I like to do.

Cheers,

Jon</description>
		<content:encoded><![CDATA[<p>Hi Suan,</p>
<p>That would be great. The reason I put this stuff out there is for people to use and improve upon it.</p>
<p>That is why I started this blog, Google and the Open Source community at large has always been very helpful (you can get a long way in this industry just by knowing how to search for something online, and do it quickly). So if I can give anything back then that is what I like to do.</p>
<p>Cheers,</p>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suan</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-532</link>
		<dc:creator>suan</dc:creator>
		<pubDate>Tue, 30 Aug 2011 14:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-532</guid>
		<description>Hi Jon, I&#039;ve expanded on your script and made a Python library out of it. I plan on sticking it up on Github, would you mind? (I&#039;ll credit you and link to this blog post too, of course)</description>
		<content:encoded><![CDATA[<p>Hi Jon, I&#8217;ve expanded on your script and made a Python library out of it. I plan on sticking it up on Github, would you mind? (I&#8217;ll credit you and link to this blog post too, of course)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommed</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-86</link>
		<dc:creator>tommed</dc:creator>
		<pubDate>Wed, 01 Dec 2010 11:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-86</guid>
		<description>&lt;a href=&quot;#comment-6996&quot; rel=&quot;nofollow&quot;&gt;@Matt Shaw &lt;/a&gt; install pyserial</description>
		<content:encoded><![CDATA[<p><a href="#comment-6996" rel="nofollow">@Matt Shaw </a> install pyserial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hoshy</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-85</link>
		<dc:creator>hoshy</dc:creator>
		<pubDate>Mon, 04 Oct 2010 10:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-85</guid>
		<description>Hi Jon...

Thanks for this nice script, helped me a lot on the way to control my lg 42LD4xx Display...

However i had to modify a few things, some of the codes were different for my tv and although the command list is actually in the manual, its wrong or unusable,
so here are my commands:

aspect169 = &quot;kc 00 02&quot;
aspect43 = &quot;kc 00 01&quot;
poweron = &quot;ka 00 01&quot;
poweroff = &quot;ka 00 00&quot;
inputcable = &quot;xb 00 10&quot;
inputav1 = &quot;xb 00 20&quot;
inputav2 = &quot;xb 00 21&quot;
inputhdmi = &quot;xb 00 90&quot;
inputhdmi = &quot;xb 00 91&quot;

i also added the sending of a carriage return at the end of each command:

ser.write(COMMAND+&#039;r&#039;)

instead of just (COMMAND)...

works like a charm... love it!

greetings
hoshy</description>
		<content:encoded><![CDATA[<p>Hi Jon&#8230;</p>
<p>Thanks for this nice script, helped me a lot on the way to control my lg 42LD4xx Display&#8230;</p>
<p>However i had to modify a few things, some of the codes were different for my tv and although the command list is actually in the manual, its wrong or unusable,<br />
so here are my commands:</p>
<p>aspect169 = &#8220;kc 00 02&#8243;<br />
aspect43 = &#8220;kc 00 01&#8243;<br />
poweron = &#8220;ka 00 01&#8243;<br />
poweroff = &#8220;ka 00 00&#8243;<br />
inputcable = &#8220;xb 00 10&#8243;<br />
inputav1 = &#8220;xb 00 20&#8243;<br />
inputav2 = &#8220;xb 00 21&#8243;<br />
inputhdmi = &#8220;xb 00 90&#8243;<br />
inputhdmi = &#8220;xb 00 91&#8243;</p>
<p>i also added the sending of a carriage return at the end of each command:</p>
<p>ser.write(COMMAND+&#8217;r')</p>
<p>instead of just (COMMAND)&#8230;</p>
<p>works like a charm&#8230; love it!</p>
<p>greetings<br />
hoshy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Shaw</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-84</link>
		<dc:creator>Matt Shaw</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-84</guid>
		<description>Hiya

Trying to run this script on my debian knoppmyth box, I get an error something like &quot;python module serial not found&quot;

any idea how I can fix it ???

regards

Matt Shaw
matt@shagshaw.com</description>
		<content:encoded><![CDATA[<p>Hiya</p>
<p>Trying to run this script on my debian knoppmyth box, I get an error something like &#8220;python module serial not found&#8221;</p>
<p>any idea how I can fix it ???</p>
<p>regards</p>
<p>Matt Shaw<br />
<a href="mailto:matt@shagshaw.com">matt@shagshaw.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Smith</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-83</link>
		<dc:creator>Jon Smith</dc:creator>
		<pubDate>Tue, 29 Dec 2009 00:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-83</guid>
		<description>&lt;a href=&quot;#comment-4406&quot; rel=&quot;nofollow&quot;&gt;@Colin &lt;/a&gt; 
Is the cable you are using correct. For mine I had to make my own. I dont beleive the TV was using a standard cable. Also if you use a terminal connection rather then the script to connect to the TV do you get any response?</description>
		<content:encoded><![CDATA[<p><a href="#comment-4406" rel="nofollow">@Colin </a><br />
Is the cable you are using correct. For mine I had to make my own. I dont beleive the TV was using a standard cable. Also if you use a terminal connection rather then the script to connect to the TV do you get any response?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.thelazysysadmin.net/2009/05/rs232-control-lg-lcd-tv-mythtv/#comment-82</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Sat, 26 Dec 2009 11:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=140#comment-82</guid>
		<description>I have a LG TV you and I have been trying to get the script to work. I noticed that the LG manual I have states that the data should be in hexadecimal, even the TV ID. Is that the case with your documentation?</description>
		<content:encoded><![CDATA[<p>I have a LG TV you and I have been trying to get the script to work. I noticed that the LG manual I have states that the data should be in hexadecimal, even the TV ID. Is that the case with your documentation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

