Hi there!
i'm new at arduino programming, and for my first project, i need to send a byte via port D ( pins 0-7).
could you possibly help me out ?
What about handshaking?
i need to send a byte via port D ( pins 0-7).could you possibly help me out ?
Sure, happy to help
PORTD = someValue;
Anything else you want to know just ask, and provide some context so we know what has to be done, ie what are you talking to, how fast etc.
Rob