Hi, I'm using the EasyModbus for comunicate with a device using RS485. (9600 baud) in a Visual Studio application The problem is that this device needs 8 seconds in order to send an answer, and before these the system give me the exception "No Response from Modbus Slave". Is not a cuestion about ConnectionTimeout, is like about how to change the time that the system wait before consider an error. I was reading about the EasyModbus porperties, but I can't found any to adjust it. Please, if any can...