-
We have a couple of users of our eModbus library that are experiencing additional data being delivered to The data looks like remainders from previous transmissions and is one to about 250 bytes long. The read loop is basically
(shortened to the essential) To get the data as soon it arrives, we do a
(or UART0, UART2) upon initialization, if that matters. Is something known to be causing such effects? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Interesting. Perhaps you should create an issue for this? What version of arduino-esp32 are you targeting? |
Beta Was this translation helpful? Give feedback.
-
There was an issue in IDF (this one) resulting in wrong buffer sizes being returned by |
Beta Was this translation helpful? Give feedback.
-
Looks like it was something else, the issues reportedly are gone for now. Thanks for the insights anyway! |
Beta Was this translation helpful? Give feedback.
Looks like it was something else, the issues reportedly are gone for now.
Thanks for the insights anyway!