I'm trying to establish Modbus RTU connection (for learning purposes) between two PC's (Win10). I'm using two USB to RS485 converters (D- connected together and D+ also connected together). This converters are connected to USB2.0 ports.
So I'm using "Modbus Poll" and "Modbus Slave" from "modbus tools". First computer act as slave and has the following settings: Slave configuration Slave definition
Second computer act as master and has following settings: Master configuration Master definition
And my problem is, everytime i get "Timeout error": Timeout error
So, what I'm doing wrong? I'm pretty sure converters are not damaged, because Win10 detecs them.
After all I just want to send simple value to another computer (via Modbus RTU) :) Thanks