<?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: Parallel Port Tester in Python</title>
	<atom:link href="http://siliconsparrow.com/parallel-port-tester-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://siliconsparrow.com/parallel-port-tester-in-python/</link>
	<description>Electronics and Software Design</description>
	<lastBuildDate>Tue, 10 Apr 2012 03:03:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Adam</title>
		<link>http://siliconsparrow.com/parallel-port-tester-in-python/comment-page-1/#comment-25538</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 10 Apr 2012 03:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.siliconsparrow.com/?p=6#comment-25538</guid>
		<description>Hi Adam, sorry to take so long to reply to your comment, I get so many spam comments that it takes me a while to delete them all and find the genuine posts.

This is a problem with inpout32.dll, my first thought would be to check that you are running on a 32-bit system. If you have Windows 7, you might try inpoutx64.dll available here:

http://logix4u.net/index.php

or just see if there is a newer version of the 32-bit DLL here:

http://logix4u.net/parallel-port/16-inpout32dll-for-windows-982000ntxp

I&#039;m sorry that I can&#039;t really diagnose your problem much further than that. The makers of inpout32 know this stuff a lot better than I do.

Good luck with your project.</description>
		<content:encoded><![CDATA[<p>Hi Adam, sorry to take so long to reply to your comment, I get so many spam comments that it takes me a while to delete them all and find the genuine posts.</p>
<p>This is a problem with inpout32.dll, my first thought would be to check that you are running on a 32-bit system. If you have Windows 7, you might try inpoutx64.dll available here:</p>
<p><a href="http://logix4u.net/index.php" rel="nofollow">http://logix4u.net/index.php</a></p>
<p>or just see if there is a newer version of the 32-bit DLL here:</p>
<p><a href="http://logix4u.net/parallel-port/16-inpout32dll-for-windows-982000ntxp" rel="nofollow">http://logix4u.net/parallel-port/16-inpout32dll-for-windows-982000ntxp</a></p>
<p>I&#8217;m sorry that I can&#8217;t really diagnose your problem much further than that. The makers of inpout32 know this stuff a lot better than I do.</p>
<p>Good luck with your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Dioguardi</title>
		<link>http://siliconsparrow.com/parallel-port-tester-in-python/comment-page-1/#comment-24852</link>
		<dc:creator>Adam Dioguardi</dc:creator>
		<pubDate>Thu, 29 Mar 2012 22:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.siliconsparrow.com/?p=6#comment-24852</guid>
		<description>Hi Adam,
I found your LPT tester while googling a problem that I have with some software that we have inherited to control stepper motors. inpout32.dll keeps throwing an exception when I call it with ctypes.windll from python. I figured I would try your program as well since we are using similar methods, and it gave the same error:

Traceback (most recent call last):
  File &quot;C:\parbufftest\portmon.py&quot;, line 126, in 
    myframe = MainWindow(None, wx.ID_ANY, &#039;Parallel Port Monitor by Adam Pierce &#039;)
  File &quot;C:\parbufftest\portmon.py&quot;, line 73, in __init__
    self.UpdateStatus()
  File &quot;C:\parbufftest\portmon.py&quot;, line 97, in UpdateStatus
    d = ctypes.windll.inpout32.Inp32(0x379)
WindowsError: exception: priviledged instruction

Any ideas? User privileges maybe?</description>
		<content:encoded><![CDATA[<p>Hi Adam,<br />
I found your LPT tester while googling a problem that I have with some software that we have inherited to control stepper motors. inpout32.dll keeps throwing an exception when I call it with ctypes.windll from python. I figured I would try your program as well since we are using similar methods, and it gave the same error:</p>
<p>Traceback (most recent call last):<br />
  File &#8220;C:\parbufftest\portmon.py&#8221;, line 126, in<br />
    myframe = MainWindow(None, wx.ID_ANY, &#8216;Parallel Port Monitor by Adam Pierce &#8216;)<br />
  File &#8220;C:\parbufftest\portmon.py&#8221;, line 73, in __init__<br />
    self.UpdateStatus()<br />
  File &#8220;C:\parbufftest\portmon.py&#8221;, line 97, in UpdateStatus<br />
    d = ctypes.windll.inpout32.Inp32(0&#215;379)<br />
WindowsError: exception: priviledged instruction</p>
<p>Any ideas? User privileges maybe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Pierce &#187; Parallel port control in Python</title>
		<link>http://siliconsparrow.com/parallel-port-tester-in-python/comment-page-1/#comment-83</link>
		<dc:creator>Adam Pierce &#187; Parallel port control in Python</dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.siliconsparrow.com/?p=6#comment-83</guid>
		<description>[...] UPDATE: I have made a simple demo app using this technique. You can download it from my commercial website at http://siliconsparrow.com/parallel-port-tester-in-python/. [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: I have made a simple demo app using this technique. You can download it from my commercial website at <a href="http://siliconsparrow.com/parallel-port-tester-in-python/" rel="nofollow">http://siliconsparrow.com/parallel-port-tester-in-python/</a>. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

