Skip to content

Change BOOTSEL baud rate to something other than 1200 #2272

Closed Answered by earlephilhower
RhinoLance asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, no. That's an Arduino "standard" and implemented in many cores.

Since this only affects USB, and the "baud" rate is just a number and not actually used anywhere, though, why is this an issue? A USB CDC port set to "115200bps" can transfer the same amount of data as one set to "110bps". Only on the actual UARTS (Serial!/2) will the baud rate set actually make a difference, and those are not checked for Arduino reset protocol.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by RhinoLance
Comment options

You must be logged in to vote
5 replies
@JAndrassy
Comment options

@RhinoLance
Comment options

@JAndrassy
Comment options

@RhinoLance
Comment options

@JAndrassy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants