i want to interface may hard ware with parallelport. my hardware is made up of 8 leds which i connected these led with Do-D7. may problem is when i send
a bit pattern to the port everything that was there previously is cleared. This is a For example, what if i want bit 2 to always stay at 1, but want to turn bit 5 on and off in sequence, Every time we set bit 5, bit 2 is turned off, and vice versa.
i want that program in VB which keeping the state of one bit while changing the state of another.
Plz help me