1
votes

How do I have serial data come out of an arduino's GPIO pin? I don't mean for the serial monitor but an 8 bit number? Then, how do I get another arduino to read that number correctly through one of it's GPIO pins? Basically, I'm trying to make a serial network between two arduinos without using the UART pins.

1

1 Answers