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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Smart ports in PROS support being used as generic serial ports (through serctl and fopen).
Describe the solution you'd like
Support generic serial functionality on smart ports through pros-rs. Can look at past work such as https://github.com/serialport/serialport-rs for inspiration in the API or use something similar to the VEXLink I/O API. vex_rt also has an API for this if we want to look at that too.
What's the motivation for this feature?
Smart ports in PROS support being used as generic serial ports (through
serctl
andfopen
).Describe the solution you'd like
Support generic serial functionality on smart ports through
pros-rs
. Can look at past work such as https://github.com/serialport/serialport-rs for inspiration in the API or use something similar to the VEXLink I/O API.vex_rt
also has an API for this if we want to look at that too.Additional context
https://pros.cs.purdue.edu/v5/tutorials/topical/filesystem.html?highlight=serial
The text was updated successfully, but these errors were encountered: