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
It works on Arduino Due with only slight adjustments. Nice.
Not much on the .rb side was needed at all. On the host side it experienced a few communication synchronization / timing issues. What made it robust was adding a common read routine with retry after a usleep timeout mechanism. Also O_NONBLOCK is set for the serial port open. Perhaps USB serial port timing is a bit different on the Due.
I think your gem is a great idea, very helpful. Good work!
The text was updated successfully, but these errors were encountered:
It works on Arduino Due with only slight adjustments. Nice.
Not much on the .rb side was needed at all. On the host side it experienced a few communication synchronization / timing issues. What made it robust was adding a common read routine with retry after a usleep timeout mechanism. Also O_NONBLOCK is set for the serial port open. Perhaps USB serial port timing is a bit different on the Due.
I think your gem is a great idea, very helpful. Good work!
The text was updated successfully, but these errors were encountered: