Trying to communicate with sensor over RS485. When I send command, I receive data nicely. When I connect another master which reads from the same sensor, I try to read data without sending a command. Data are there, most probably as response to commands sent by another master. When buffer is long, about 128 chars, they come corrupted on tail. If I read data very fast, in loop, buffer is corrupted at the begining.
Question: How to read data, requested by another master on RS485.