Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.