You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Sparkfun SAM-M10Q GPS module which outputs NMEA sentences on i2c port. The output is around 1Kbytes per second. When I read the data to a buffer of size 32 or more bytes, I only get timeouts. When I keep the buffer size 31, it works.
Bug description
I have a Sparkfun SAM-M10Q GPS module which outputs NMEA sentences on i2c port. The output is around 1Kbytes per second. When I read the data to a buffer of size 32 or more bytes, I only get timeouts. When I keep the buffer size 31, it works.
Probably related to #3034 and/or #3167.
To Reproduce
For
DATA_BUF_SIZE
> 31, I just get timeouts.For
DATA_BUF_SIZE=31
everything works as expected.Expected behavior
Reading into a large buffer should output the same result as a smaller buffer.
Here is the output with the buffer size 31:
Environment
The text was updated successfully, but these errors were encountered: