Read RFID and send with soft serial out

I have an RDM6300 card reader.
I read an RFID card and send data to a NodeMCU #1.
From There, using ESP-NOW protocol I send data to a NodeMCU #2.
NodeMCU #2 has to send received data to a CPU by wire to RX pin.
I tried to use the TX pin of NodeMCU #2, but I did not get any data going out.
Then, I made a Soft serial port and tried to send from another soft TX pin.
The same, no data is going out on TX pin.
I need help please.
Attached is the soft for NodeMCU #1 and #2.
The code to go out format is the same as read from RDM6300
02 30 30 37 37 34 37 36 45 35 35 30 42 03
Where 02 and 03 are the start and end of string.
The card ID is 0077476E55 and CRC is 0B
Please help, as I am at the end of my rope.
Thank you very much.
Ion

Nodemcu1Codes.ino (8.34 KB)

Nodemcu2Codes.ino (9.12 KB)

I suggest that you write shorter programs that just do the serial communication between the 2 using canned data. Then incorporate the tested code into the longer code once that works and you understand the code.

Thank you.
The problem is that i am here and i need help.
Regards
Ion