-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
When I use an RTU client and send a broadcast message (slave=0) the library seems to wait for a reply and then return a timeout error.
I'm thinking that the library should just send the broadcast and return immediately with a success. Well, at least the functions in the Writer trait. I'm not sure the best thing for the Reader functions when using the broadcast ID. Just error? Put the bytes on the wire?
Anyway, at least for the write functions, is there a way to do this without a wait and timeout. I'm not seeing it in the docs.
Thanks much.
mickem