Add baud rate selection and settings reset feature#60
Conversation
Introduces baud rate selection for serial port connections in the UI and persists the value in local storage. Adds a settings reset tab to the menu, allowing users to clear all application settings and reload. Updates i18n files for new UI strings and refactors serial port logic to support dynamic baud rate changes.
|
Apologies for the delay in our response. We've done some extensive testing with different baud rates, and our findings show that the default 57600 provides the most stable and smooth user experience. Other baud rates, unfortunately, can lead to lagging or even connection failures. For this reason, we are cautious about introducing a feature that allows users to change the baud rate, as it might degrade their experience unless they are certain about what they are doing. We need to carefully consider whether this functionality should be added. We are very open to hearing more of your thoughts on this. Do you have any suggestions on how we could implement this safely? Thanks again for your excellent work! |
|
Thanks for merging this. I think there is an opportunity for Sipeed to make a device without the video/audio capture part for people that already have high quality video capture devices. @Dark-Athena is OK if I mail you to the address on your GitHub page to ask more about this topic? |
@madmalkav |
|
Why has this been removed from the web version? |
I implemented this feature using vibe coding, but only made a desktop version with AI. Since I was quite busy at the time, I didn't have the energy to put this feature on the web version (because testing also takes time). I might add it later when I have some free time |
|
Ah, sorry for my error, I’ve been testing several different applications lately and at some point I forgot this was only available in the desktop version |


Introduces baud rate selection for serial port connections in the UI and persists the value in local storage. Adds a settings reset tab to the menu, allowing users to clear all application settings and reload. Updates i18n files for new UI strings and refactors serial port logic to support dynamic baud rate changes.