Sending requests simultaneously to slave
kalwinskidawid opened this issue · 1 comments
kalwinskidawid commented
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
Mobus is a serial protocol.
So everything needs to be one by one.