Serial print on Arduino Pro Micro

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?

RX/TX pins are Serial1

Never heard of Serial1, but it works , by using serial1.println thanks a ton for your fast response!!!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.