Hi, i have a problem with sending data through serial.
Im using a send buffer on the side of Arduino Mega and recieve buffer on Wemos nodemcu v3. The problem is if i send one buffer to the other for the first time, the data is correct and every variable has its data. But after 3 loops on both devices, my data lands in literally random places in my recieve buffer array and i cant determine which data is which.
Can someone show me an example how to send data from 9 dynamic different variables on arduino, to 9 other variables that wemos nodemcu v3 can process and determine which number is which?
And how about sending a whole JSON file through serial? for me it contains about 152 characters, but is it possible to sent that large object through serial?