<?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 Tutorial &#8211; Part 1</title>
	<atom:link href="http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/</link>
	<description>robots at work</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:14:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-1218</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 07 Jan 2011 03:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-1218</guid>
		<description>Something like this?

http://sparky3489.wordpress.com/pc-interface-project/</description>
		<content:encoded><![CDATA[<p>Something like this?</p>
<p><a href="http://sparky3489.wordpress.com/pc-interface-project/" rel="nofollow">http://sparky3489.wordpress.com/pc-interface-project/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pratibha</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-1212</link>
		<dc:creator>pratibha</dc:creator>
		<pubDate>Sat, 01 Jan 2011 10:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-1212</guid>
		<description>can u tell me the logic &amp; code i shud write  for moving wheels in matlab..</description>
		<content:encoded><![CDATA[<p>can u tell me the logic &amp; code i shud write  for moving wheels in matlab..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pratibha</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-1211</link>
		<dc:creator>pratibha</dc:creator>
		<pubDate>Sat, 01 Jan 2011 10:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-1211</guid>
		<description>can u tell me the logic &amp; code i shud write  for moving wheels in matlab</description>
		<content:encoded><![CDATA[<p>can u tell me the logic &amp; code i shud write  for moving wheels in matlab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymoose</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-1111</link>
		<dc:creator>anonymoose</dc:creator>
		<pubDate>Sun, 14 Nov 2010 03:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-1111</guid>
		<description>Gotcha..

But does that driver work on legacy applications natively, that use _inp/_outp?  From the site it seems that a new application would need to be written in order to utilize the api calls that it introduces: Inp32 and Out32.</description>
		<content:encoded><![CDATA[<p>Gotcha..</p>
<p>But does that driver work on legacy applications natively, that use _inp/_outp?  From the site it seems that a new application would need to be written in order to utilize the api calls that it introduces: Inp32 and Out32.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluehash</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-1104</link>
		<dc:creator>bluehash</dc:creator>
		<pubDate>Sat, 13 Nov 2010 13:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-1104</guid>
		<description>You will need Inpout.dll which gives you low level access. Check this &lt;a target=&quot;_blank&quot; href=&quot;http://logix4u.net/Legacy_Ports/Parallel_Port/Inpout32.dll_for_Windows_98/2000/NT/XP.html&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt; for a download.</description>
		<content:encoded><![CDATA[<p>You will need Inpout.dll which gives you low level access. Check this <a target="_blank" href="http://logix4u.net/Legacy_Ports/Parallel_Port/Inpout32.dll_for_Windows_98/2000/NT/XP.html" rel="nofollow">link</a> for a download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymoose</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-1103</link>
		<dc:creator>anonymoose</dc:creator>
		<pubDate>Sat, 13 Nov 2010 05:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-1103</guid>
		<description>I&#039;d like to make a usb to parallel port adapter... complete with bi-directional, and windows xp support!  

However, since inportb/outportb don&#039;t work in windows xp/7, how can this be done?   I would think a low level kernel driver would need to intercepts io calls to 0x378 and route them to the usb, but is this even possible?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to make a usb to parallel port adapter&#8230; complete with bi-directional, and windows xp support!  </p>
<p>However, since inportb/outportb don&#8217;t work in windows xp/7, how can this be done?   I would think a low level kernel driver would need to intercepts io calls to 0&#215;378 and route them to the usb, but is this even possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Electronics-Lab.com Blog &#187; Blog Archive &#187; Parallel Port Tutorial</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-1095</link>
		<dc:creator>Electronics-Lab.com Blog &#187; Blog Archive &#187; Parallel Port Tutorial</dc:creator>
		<pubDate>Wed, 10 Nov 2010 19:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-1095</guid>
		<description>[...] Port Tutorial - [Part1] + [Part2]   Tags: LPT, Parallel port, tutorial   Filed in Interface  &#124; 1 views  No Comments [...]</description>
		<content:encoded><![CDATA[<div style="background: #CCC;">
<p>[...] Port Tutorial &#8211; [Part1] + [Part2]   Tags: LPT, Parallel port, tutorial   Filed in Interface  | 1 views  No Comments [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narendran</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-468</link>
		<dc:creator>Narendran</dc:creator>
		<pubDate>Sun, 30 May 2010 06:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-468</guid>
		<description>This website is awesome!!!!</description>
		<content:encoded><![CDATA[<p>This website is awesome!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluehash</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-339</link>
		<dc:creator>bluehash</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-339</guid>
		<description>I doubt it. Can you provide an explanation. Check this page:
http://www.doc.ic.ac.uk/~ih/doc/par/doc/data/bc.html</description>
		<content:encoded><![CDATA[<p>I doubt it. Can you provide an explanation. Check this page:<br />
<a href="http://www.doc.ic.ac.uk/~ih/doc/par/doc/data/bc.html" rel="nofollow">http://www.doc.ic.ac.uk/~ih/doc/par/doc/data/bc.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosmin</title>
		<link>http://www.machinegrid.com/2008/12/parallel-port-tutorial-part-1/comment-page-1/#comment-338</link>
		<dc:creator>cosmin</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.machinegrid.com/?p=296#comment-338</guid>
		<description>outportb takes 3 arguments. your code is wrong</description>
		<content:encoded><![CDATA[<p>outportb takes 3 arguments. your code is wrong</p>
]]></content:encoded>
	</item>
</channel>
</rss>

