Delay between arduino and nextion display

I send string data from the nextion screen to the arduino.I transfer the incoming data to a variable as int.there is no problem here.when I say send from the screen, it takes 1 second to come to the arduino.if I send 3 4 different data in a row, only 1 accepts the first one I send.
hardware: arduino uno 16mhz
baud rate : 9600 and 115200.
Is this normal or is it because the uno speed is low.
Thank you.

Mod edit:
Suspect link removed.

The delay you describe is not usual and is not because of the low baud rate. Without seeing your code no one can really help. Please read and follow the forum guide How to get the best out of this forum, especaially the bit about how to post code in code tags <code/> to make it clear and easy to read.

I have a Nextion tutorial here:

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