Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Another thought I had about my serial buffering woes - could I (or should I) do all my serial reading in a Ticker-powered interrupt function ? It would need to run every millisecond, to read a maximum of 10 bytes at 115200 baud.
I know I can write code to do that, but what I don't know is if I should expect the result to actually be reliable. I'm a bit hazy on the possible interactions with other interrupt functions, and I don't know if the Serial code is already interrupt-based in a way which woudl cause a fight.
Any thoughts ?
Richard