From: "Max Erhard" Newsgroups: comp.os.msdos.djgpp References: <36E3D3F2 DOT 23F3CB9E AT bellsouth DOT net> Subject: Re: parallel port programming X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: <2SsO2.163$6C.21085@newsr2.u-net.net> NNTP-Posting-Host: 195.102.196.148 X-Complaints-To: news AT u-net DOT net X-Trace: newsr2.u-net.net 923425278 195.102.196.148 (Tue, 06 Apr 1999 20:01:18 BST) NNTP-Posting-Date: Tue, 06 Apr 1999 20:01:18 BST Organization: (Posted via) U-NET Internet Ltd. X-Real-Host: onafgrnq.h-arg.pbz Date: Tue, 6 Apr 1999 20:04:52 +0100 Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com simply use outportb(0x0378,value) to switch the outputs on and off. use inportb(0x0379) to read them, I recommend this site, http://www.senet.com.au/~cpeacock/. Lester Davis wrote in message <36E3D3F2 DOT 23F3CB9E AT bellsouth DOT net>... >Got to www.phanderson.com >He has 2 books out, and lots of stuff on his site. This will have >everything you need, including lots of example on interfacing everything >from d-a converters to electronic compass' > >Ringo > >Ronald Patino G. wrote: > >> does anybody know where can i find a tutorial of ho to program parallel >> port in c?. >> >> Thanks > > >