I'm a beginner and I apologize for this question (probably it is stupid and you all know the answer). I'm using the Microchip C Compiler. I know how to access ports. I can put the value 1 to Port D with this simple piece of code: PORTD = 1 Is there a way to access single bits of port D ? Thanks Massimiliano