<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'I/O Ports under Windows(TM)' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'I/O Ports under Windows(TM)' posted on the 'Computer Hardware' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 19 May 2013 02:01:19 -0700</pubDate>
    <lastBuildDate>Sun, 19 May 2013 02:01:19 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>I/O Ports under Windows(TM)</title>
      <link>http://www.programmersheaven.com/mb/hardware/367039/367039/io-ports-under-windowstm/</link>
      <description>How do I access I/O Ports under Windows? (without writing a driver for it)&lt;br /&gt;
&lt;br /&gt;
 it must run under all versions of windows (from w98 to wXP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Thank You&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/hardware/367039/367039/io-ports-under-windowstm/</guid>
      <pubDate>Sun, 04 Nov 2007 16:16:00 -0700</pubDate>
      <category>Computer Hardware</category>
    </item>
    <item>
      <title>Re: I/O Ports under Windows(TM)</title>
      <link>http://www.programmersheaven.com/mb/hardware/367039/367054/re-io-ports-under-windowstm/#367054</link>
      <description>:  How do I access I/O Ports under Windows? (without writing a driver &lt;br /&gt;
: for it)&lt;br /&gt;
:  it must run under all versions of windows (from w98 to wXP)&lt;br /&gt;
&lt;br /&gt;
short answer: you don't.  windows (NT, 2k, xp, vista) blocks all that stuff for security reasons. &lt;br /&gt;
&lt;br /&gt;
A workaround:&lt;br /&gt;
search for giveio.sys  It's a driver that you can install on the machine that opens up all I/O ports for windows machines.  After installation, all you need to do is open the driver (works for DOS programs too!) and then all ports will behave like under w98 and earlier versions of windows.  &lt;br /&gt;
&lt;br /&gt;
I have not tried giveio.sys under Vista, but from XP back it works fine.&lt;br /&gt;
&lt;br /&gt;
-jeff!</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/hardware/367039/367054/re-io-ports-under-windowstm/#367054</guid>
      <pubDate>Mon, 05 Nov 2007 07:23:04 -0700</pubDate>
      <category>Computer Hardware</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/hardware/367039/375158/this-post-has-been-deleted/#375158</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/hardware/367039/375158/this-post-has-been-deleted/#375158</guid>
      <pubDate>Thu, 11 Sep 2008 18:38:57 -0700</pubDate>
      <category>Computer Hardware</category>
    </item>
  </channel>
</rss>