halt
Junior Member level 2
hi everybody i have just a lil question about parallel port interfacing
how can i do to control only one desired data bit in parallel port
so with outb/inb (0x378,n); (in c language) we can control all outputs or inputs
together but what i want to do is for example set the 3rd bit like in input and a 5th
as in output so every bit can be controlled separatly.
in reality i wanna create my own eeprom programmer . thx
how can i do to control only one desired data bit in parallel port
so with outb/inb (0x378,n); (in c language) we can control all outputs or inputs
together but what i want to do is for example set the 3rd bit like in input and a 5th
as in output so every bit can be controlled separatly.
in reality i wanna create my own eeprom programmer . thx