Skip to content
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

Change uart baud rate to 115200 #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

grant-olson
Copy link
Contributor

It is a well-known problem that the initial programming of the Ox64 is a bit tricky, and many USB-to-UART adapters don't work. Even though I had existing adapters, I still needed to purchase two different chipsets until I could find one that worked.

The CP2102 works, but only at 115200 baud. With the current baud rate of 2000000 I need to switch chips after programming to see the output.

This patch changes the baud rates to a much more standard 115200 baud, which is likely to work with all UART adapters out there.

I think at this point it is best to make it as easy as possible to developers to get their boards up and running, and think this patch removes one obstacle that is making development frustrating.

@gamelaster
Copy link
Member

Although you're right about the baudrate and issues with dongles, I don't think it is good idea to lower baudrate, as every Bouffalo chip and firmware uses this baudrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants