From: "H.Shiozaki" Newsgroups: comp.os.msdos.djgpp Subject: Re: IO_Port Access in DJGPP + Windows 2000 Date: Fri, 30 Aug 2002 23:22:59 +0900 Organization: @nifty netnews service Lines: 15 Message-ID: References: <20020826141825 DOT GA701 AT mediacom DOT it> NNTP-Posting-Host: ntttkyo27196.ppp.infoweb.ne.jp Mime-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Trace: news521.nifty.com 1030705786 20946 61.121.11.196 (30 Aug 2002 11:09:46 GMT) X-Complaints-To: - NNTP-Posting-Date: Fri, 30 Aug 2002 11:09:46 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com to Mr. Andrea Mazzoleni "Andrea Mazzoleni" wrote in message news:20020826141825 DOT GA701 AT mediacom DOT it... > > there need IO_access_DLL or IO_Driver. > Search in the web for a Windows driver called TOTALIO (or GIVEIO). > It's a simple .SYS driver which remove the hardware protection > on all the IO ports. With this driver loaded you can directly use > the inportb() and outportb() functions. I found TOTALIO , GIVEIO and related Information. I need sometime to test for my program in Win2k. Thank you very match. from H.shiozaki