I am trying both the Nanos to communicate via PUTTY software in windows.
Do like PUTTY_A to Nano_1(COM3 USB) to Nano_2(COM4 USB) to PUTTY_B
I set two Nanos V.3:
Pin 1 (TXD1) to Pin 2 (RXD0)
Pin 2 (RXD0) to Pin 1 (TXD1)
Pin 4 (GND) to Pin 4 (GND)
Blank program in it because the Nano has USB to Serial chip built-in.
I opened both two PUTTY (COM3 and COM4), when I type either of both, I see the LEDs is flashing while I type mean should be sending and reading. but nothing happen on the PUTTY.
I thought it do not need code? because the chip on bottom the Nano board for USB to serial is already run itself? mean ATmega328 is no use? am I wrong?
You need some code to transfer the input from one Arduino to its output. That doesn't happen automatically, you need code . You also need code to set the baud rate of the Arduino.