parallel port programing

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
keyboared_ninja

parallel port programing

Post by keyboared_ninja »

How could i send output through the parallel port
in pure asm, no dos or anything ?
Chase

RE:parallel port programing

Post by Chase »

>On 2002-05-23 19:28:25, keyboared_ninja wrote:
>How could i send output through the parallel port
>in pure asm, no dos or anything ?

You just do standard ins and outs to the right io address in assembly.
Assuming you can follow C code, look at http://www.beyondlogic.org/
It's one of the best parallel port refs I've found.
Post Reply