-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Setup: SerialPort settings screen #3240
Conversation
This sounds like a good idea, thanks! |
can i request a screenshot? |
I'm not an official reviewer of MP PRs of course but where does the 2nd line, "UART2", etc come from? I wonder if we could add the BRD_SER1/2_RTSCTS params alongside SERIAL1 and SERIAL2? This is scope creep though, so just a suggestion. |
I'd also use "baud" instead of "speed". I know that "speed" is perhaps more understandable to the lay user but we should try and avoid synonyms I think. |
Sorry for the drip-feed of suggestions.. but just one more, in terms of where it appears in the "Mandatory Hardware" section, I'd probably say it should go lower in the list... perhaps just below "Servo Output". |
|
Add BRD_SERx_RTSCTS check Increase cell sizes to decrease clutter
Collects all information about serial ports on a single screen. Using rules defined in the SerialOptionRules.json to add comments and set mandatory options/baudrate when a certain protocol selected.