How verbose string send

How send grbl verbose string one arduino to another arduino (grbl run arduino to another arduino ,i'm using Atmega 328 microcontroller )

Connect the 2 Arduino together using a serial link then something like this

Serial.print("this is a string of characters but could be a GRBL command if you need to send one");

Do you actually need to use two Arduinos ?

Yes sir.
Actually trying data send from grbl running Atmega328 to nodemcu via serial connection.

Why do you need to transfer the data ?

What have you tried ?
Code on both boards ?
Circuit ?

I'm trying to transfer above mention type of data and i'll code node mcu as a serial data recieve and send this data (verbose string) to another pc via wifi

OK

What have you tried ?
Code on both boards ?
Circuit ?

Yes coded in both board.But i cant decide how code grbl running Arduino microcontroller for the send verbose string output

Have you heard of SoftSerial ?

Yes

Have you tried using it to transfer data from one Arduino to another ?

Yes sir.but i can't arrange this incomming data to usable format.

Manoj_Prasanga:
Yes sir.but i can't arrange this incomming data to usable format.

So, you can transmit data via a Serial link between the 328 and nodemcu using SoftwareSerial but cannot parse it on the nodemcu. Is that correct ?

Do you have control over the format of the data ?
What is the current format of the data ?
Can you please provide examples

Actually, sir you are correct i'm trying to do these verbose data arrange in the nodemcu to look like return verbose string to PC.

What dooes the data received by the nodemcu look like and what format do you want to send to the PC ?

Examples please.

Look like this,
<Idle,MPos:0.000,0.000,0.000,WPos:0.000,0.000,0.000>

You are making this very hard to help you

If that is what you receive on the nodemcu what format do you want to send to the PC ?
Are all of the messages in the same format ?