Re: Parallel I/O

1998-08-15 Thread Mark Panzer
Michael Beattie wrote: > > I dont know if this got through due to the DNS problem, so here's my > Question again: > > I am having trouble with porting a DOS prog to linux, It is used to > control a Parallel port interface card, which I bought as a kit from the > local electronics store. It works

Parallel I/O

1998-08-15 Thread Michael Beattie
I dont know if this got through due to the DNS problem, so here's my Question again: I am having trouble with porting a DOS prog to linux, It is used to control a Parallel port interface card, which I bought as a kit from the local electronics store. It works fine in DOS, but now, when I try to g

Parallel I/O

1998-08-13 Thread Michael Beattie
I am having trouble with porting a DOS prog to linux, It is used to control a Parallel port interface card, which I bought as a kit from the local electronics store. It works fine in DOS, but now, when I try to get and send info to it ( inb([base]) and outb([value],[base]) ) nothing registers. The