Description When starting the serial monitor the user is prompted to manually type the baud rate There is no validation to ensure the entered value is a standard baud rate or even a number Entering an incorrect value can cause the arduino cli monitor command to fail or display garbage data
Solution Replace the free text input with a selection menu using gum choose populated with standard baud rates such as 9600 115200 57600 and others This eliminates typos and ensures a valid configuration is used for serial communication
assign this issue to me under the OSCG
Description When starting the serial monitor the user is prompted to manually type the baud rate There is no validation to ensure the entered value is a standard baud rate or even a number Entering an incorrect value can cause the arduino cli monitor command to fail or display garbage data
Solution Replace the free text input with a selection menu using gum choose populated with standard baud rates such as 9600 115200 57600 and others This eliminates typos and ensures a valid configuration is used for serial communication
assign this issue to me under the OSCG