Serial anormal speed bps #684
JesusPes
started this conversation in
Support / Q & A
Replies: 1 comment 2 replies
-
Likely you have not done burn bootloader so fuses are not set and clock is therefore divided by 8 which is default for avr chips. Do burn bootloader to set fuses.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am working with a bare ATtiny1634 chip, programmed through USBasp -Chinese- ; set the "Clock at 8 MH internal"
And when I set the speed "Serial.begin(9600);" I get a response on the PC at 1200 bps.
To get a speed of 9600 on the PC, I have to set the speed to "Serial.begin(76800);"
Could this be corrected?
Beta Was this translation helpful? Give feedback.
All reactions