Guest
I've connected a led to my parallel port and programmed it to turn on and off.. but how do I do if I want to send say 0xff to pin nr 8 and no more?
Because when I turn on the led with outportb(0x378,0xff) I guess that the port starts to output a stream with 1 untill i turn it of.. or?
Because when I turn on the led with outportb(0x378,0xff) I guess that the port starts to output a stream with 1 untill i turn it of.. or?