Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta 3.9: Reading only 0 from serial (UART) receive buffer #85

Closed
vimmers2020 opened this issue Mar 29, 2020 · 2 comments
Closed

Beta 3.9: Reading only 0 from serial (UART) receive buffer #85

vimmers2020 opened this issue Mar 29, 2020 · 2 comments
Milestone

Comments

@vimmers2020
Copy link

I have a GPS feather wing that communicates over a serial port. I checked the GPS is working by connecting it to a terminal on my PC. The NMEA strings are received as expected.

I then connected it to the Meadow board (OS version 0.3.9). The data from the GPS is received because the value of BytesToRead (number of bytes in the receive buffer) is increasing.

Now I'm trying to or get the received bytes with ReadByte, or get an array of bytes with Read, or peek the received bytes with Peek. Whatever method I use, the byte values are always 0.

@bryancostanich
Copy link
Contributor

fixed in b3.10

@bryancostanich
Copy link
Contributor

b3.10 is out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants