Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ...
- // A single call to 'read' just isn't reliable, don't do it.
- // But if you really want to, this commented section is how you do it
- // small read, return in one read() call
- // this uses built-in timeout instead of select()
- ...
- // This bit of source was in the UART.c file in the LibRobotControl repo. as comments.
- // What does timeout mean and what is select()?
Add Comment
Please, Sign In to add comment