Dear all,
I am facing some issues , regarding serial println on my Arduino Micro, my micro is talking to a Nano by hooking up the TX pin with the RX pin of the Nano, When I use Serial.println I see the message in my terminal, but the RX pin is not light up of the Nano, and I see no messages.
When I create a software Serial on the same pin (1) , and write via there, I have no issues, but the problem is, I need the software serial for a different connection,
Any ideas, suggestions, on how to get a working serial connection, by using the TX pin, and not using software serial?