Open
Description
Not exactly sure if this qualifies. I have a loop that steps through reading a bunch of inputs.
The first run through works perfectly I do one requestFrom() and then process the resulting data
then the loop pops onto it's next iteration and tries to take over the RS-485 bus while the server is still in TX mode, corrupting the first few bits of the request... the library doesn't generate the necessary 3.5 character wait time.