<?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"
	>
<channel>
	<title>Comments for CharltonFamily.net</title>
	<atom:link href="http://www.charltonfamily.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.charltonfamily.net</link>
	<description>Life's a journey</description>
	<pubDate>Wed, 07 Jan 2009 00:04:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on CC.USBHID by Cory</title>
		<link>http://www.charltonfamily.net/software/ccusbhid#comment-248</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 22 Dec 2008 19:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/software/ccusbhid#comment-248</guid>
		<description>I'm so glad someone is actually using this and has taken the time to give feedback. More often than not I post my code and have no idea if anyone finds it useful. If you want feel free to send me any updates you make and I can post the new version here; giving you credit for the changes.

Happy holidays!</description>
		<content:encoded><![CDATA[<p>I&#8217;m so glad someone is actually using this and has taken the time to give feedback. More often than not I post my code and have no idea if anyone finds it useful. If you want feel free to send me any updates you make and I can post the new version here; giving you credit for the changes.</p>
<p>Happy holidays!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CC.USBHID by apineda</title>
		<link>http://www.charltonfamily.net/software/ccusbhid#comment-247</link>
		<dc:creator>apineda</dc:creator>
		<pubDate>Tue, 16 Dec 2008 23:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/software/ccusbhid#comment-247</guid>
		<description>Hi There,

I was so happy to see that you took the time to convert the PicoLCD 2x20 OEM  software from C++ to C#. I have the PicoLCD4x20 and was in the process of converting the software to C# but I am fairly new to the language, so this will save me a lot of time. The command syntax for the 2X20 is fairly well documented and simple. The newer device shares some of the same commands for Clear Screen, Backlight, etc, but has introduced a more complex of commands for setting the text which I am just now parsing out.

Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I was so happy to see that you took the time to convert the PicoLCD 2&#215;20 OEM  software from C++ to C#. I have the PicoLCD4&#215;20 and was in the process of converting the software to C# but I am fairly new to the language, so this will save me a lot of time. The command syntax for the 2X20 is fairly well documented and simple. The newer device shares some of the same commands for Clear Screen, Backlight, etc, but has introduced a more complex of commands for setting the text which I am just now parsing out.</p>
<p>Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE Script Debugging Toggler by Happy Fourth of July! &#124; CharltonFamily.net</title>
		<link>http://www.charltonfamily.net/software/ie-script-debugging-toggler#comment-154</link>
		<dc:creator>Happy Fourth of July! &#124; CharltonFamily.net</dc:creator>
		<pubDate>Fri, 04 Jul 2008 16:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/?page_id=47#comment-154</guid>
		<description>[...] up early so I&#8217;ve been working on fixing the problem in IE Script Debugging Toggler where it doesn&#8217;t always change the script debugging state in open Internet Explorer Windows. [...]</description>
		<content:encoded><![CDATA[<p>[...] up early so I&#8217;ve been working on fixing the problem in IE Script Debugging Toggler where it doesn&#8217;t always change the script debugging state in open Internet Explorer Windows. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE Script Debugging Toggler by Cory</title>
		<link>http://www.charltonfamily.net/software/ie-script-debugging-toggler#comment-153</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/?page_id=47#comment-153</guid>
		<description>After using IESDT for a little longer I've noticed that updating the registry settings doesn't change the script debugging state in open IE windows. As best I can tell you still have to go Tools -&gt; Internet Options -&gt; Advanced and apply/ok the settings for it to update. Although it has seemed to work sometimes so I need to analyze the behavior more.</description>
		<content:encoded><![CDATA[<p>After using IESDT for a little longer I&#8217;ve noticed that updating the registry settings doesn&#8217;t change the script debugging state in open IE windows. As best I can tell you still have to go Tools -> Internet Options -> Advanced and apply/ok the settings for it to update. Although it has seemed to work sometimes so I need to analyze the behavior more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WMReboot by Cory</title>
		<link>http://www.charltonfamily.net/software/wmreboot#comment-150</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 16 Jun 2008 19:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/software/wmreboot/#comment-150</guid>
		<description>I've been reconsidering removing the prompt and have come up with two main points:

Pro: Removing the prompt saves a minimal ammount of time by eliminating the need to push a button.

Con: Removing the prompt essentially creates an application that could be easily used to make a device "non-functional" simply by making the application launch at start-up.

After weighing the pro vs. con I've decided not to remove the prompt. The code is very basic and available to anyone that wants to make the change themselves.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been reconsidering removing the prompt and have come up with two main points:</p>
<p>Pro: Removing the prompt saves a minimal ammount of time by eliminating the need to push a button.</p>
<p>Con: Removing the prompt essentially creates an application that could be easily used to make a device &#8220;non-functional&#8221; simply by making the application launch at start-up.</p>
<p>After weighing the pro vs. con I&#8217;ve decided not to remove the prompt. The code is very basic and available to anyone that wants to make the change themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WMReboot by jcourcha</title>
		<link>http://www.charltonfamily.net/software/wmreboot#comment-149</link>
		<dc:creator>jcourcha</dc:creator>
		<pubDate>Sun, 18 May 2008 08:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/software/wmreboot/#comment-149</guid>
		<description>Any update on getting it to reboot without prompt? Thanks jcourcha@yahoo.com</description>
		<content:encoded><![CDATA[<p>Any update on getting it to reboot without prompt? Thanks <a href="mailto:jcourcha@yahoo.com">jcourcha@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET Micro Framework and CC.PowerManager by Cory</title>
		<link>http://www.charltonfamily.net/2008/03/17/net-micro-framework-and-ccpowermanager#comment-84</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Tue, 22 Apr 2008 18:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/2008/03/17/net-micro-framework-mono-and-ccpowermanager#comment-84</guid>
		<description>Dexxster,

Unfortunately I have not been able to program the Winbond GPIO included on the Alix1c yet. I had trouble finding the datasheet for the chip but eventually located this: 

http://www.charltonfamily.net/downloads/W83627HF_HGb.pdf

For now I've resorted to using the paralell port to provide my GPIO rather than try to figure out the Winbond chip. Although the datasheet does provide the details I think I'd need to use it.

I am currently running XP Professional on my box as it was all that I had a license for. However you may get slightly better performance if you went with XP Home. I like Linux and wanted to run it on my alix but I'm a .NET programmer by trade and decided it would be easier to run XP.

-- Cory</description>
		<content:encoded><![CDATA[<p>Dexxster,</p>
<p>Unfortunately I have not been able to program the Winbond GPIO included on the Alix1c yet. I had trouble finding the datasheet for the chip but eventually located this: </p>
<p><a href="http://www.charltonfamily.net/downloads/W83627HF_HGb.pdf" rel="nofollow">http://www.charltonfamily.net/downloads/W83627HF_HGb.pdf</a></p>
<p>For now I&#8217;ve resorted to using the paralell port to provide my GPIO rather than try to figure out the Winbond chip. Although the datasheet does provide the details I think I&#8217;d need to use it.</p>
<p>I am currently running XP Professional on my box as it was all that I had a license for. However you may get slightly better performance if you went with XP Home. I like Linux and wanted to run it on my alix but I&#8217;m a .NET programmer by trade and decided it would be easier to run XP.</p>
<p>&#8211; Cory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WMReboot 1.0 by Cory</title>
		<link>http://www.charltonfamily.net/2007/11/22/wmreboot-10#comment-83</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Tue, 22 Apr 2008 18:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/2007/11/22/wmreboot-10#comment-83</guid>
		<description>Mark,

Currently WMReboot is not programmed to skip the confirmation dialog. However it would be very simple to add a command line option to skip the dialog (ie: /confirmreboot). I'm in the process of rebuilding my development machine but will look into making this change for you.

-- Cory</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>Currently WMReboot is not programmed to skip the confirmation dialog. However it would be very simple to add a command line option to skip the dialog (ie: /confirmreboot). I&#8217;m in the process of rebuilding my development machine but will look into making this change for you.</p>
<p>&#8211; Cory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WMReboot 1.0 by mark</title>
		<link>http://www.charltonfamily.net/2007/11/22/wmreboot-10#comment-82</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 21 Apr 2008 21:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/2007/11/22/wmreboot-10#comment-82</guid>
		<description>Thanks for the great tool. Only one question!
Is it possible to switch off the question befor the pda reboot?

Thanks

Mark</description>
		<content:encoded><![CDATA[<p>Thanks for the great tool. Only one question!<br />
Is it possible to switch off the question befor the pda reboot?</p>
<p>Thanks</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET Micro Framework and CC.PowerManager by dexxster</title>
		<link>http://www.charltonfamily.net/2008/03/17/net-micro-framework-and-ccpowermanager#comment-81</link>
		<dc:creator>dexxster</dc:creator>
		<pubDate>Sun, 20 Apr 2008 16:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.charltonfamily.net/2008/03/17/net-micro-framework-mono-and-ccpowermanager#comment-81</guid>
		<description>Hi, do you have any sample code about GPIO ? I've bought the alix.1c just for the GPIO availability and small power consumption to use it as an home-automation center, but I still haven't found anything about the GPIO addresses/registers. I should probably read with more attention the Winbond data-sheet... I was thinking to use linux (I've succesfully run Slax and I'm about to test iMedia), but your considerations about XP (home ?) are interesting ! I'd like to connect a USB Webcam to the alix.1c for surveillance purposes: with XP it should be simple. Thanks in advance for your attention. Regards, Dexxster</description>
		<content:encoded><![CDATA[<p>Hi, do you have any sample code about GPIO ? I&#8217;ve bought the alix.1c just for the GPIO availability and small power consumption to use it as an home-automation center, but I still haven&#8217;t found anything about the GPIO addresses/registers. I should probably read with more attention the Winbond data-sheet&#8230; I was thinking to use linux (I&#8217;ve succesfully run Slax and I&#8217;m about to test iMedia), but your considerations about XP (home ?) are interesting ! I&#8217;d like to connect a USB Webcam to the alix.1c for surveillance purposes: with XP it should be simple. Thanks in advance for your attention. Regards, Dexxster</p>
]]></content:encoded>
	</item>
</channel>
</rss>
