ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
640 stars 193 forks source link

Sending requests simultaneously to slave #28

Open kalwinskidawid opened 1 year ago

kalwinskidawid commented 1 year ago

Hey, Is it possible to query slaves in parallel? The idea is that I am already connected and send two requests in parallel, then one request is not processed at all. Only if I make a delay between requests (min 95ms) then it will handle both requests. I've already set "Slave delay (ms)" to 0, but that didn't help. Is it a software fault or something on my side?

IoTThinks commented 1 year ago

Mobus is a serial protocol. So everything needs to be one by one.