arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.15k stars 7.01k forks source link

Lilypad Arduino - Wrong baudrate config #3477

Closed rafamdr closed 9 years ago

rafamdr commented 9 years ago

When we set the serial baudrate with 9600, the terminal shows correct only at 19200.

Chris--A commented 9 years ago

This, I assume is due to the lillypad using the internal 8Mhz clock, whereas the Uno has a 16Mhz clock (twice the speed).

Have you got lillypad selected in the 'boards' list?

However at first glance, it appears in code that the 8mhz isn't taken into account. I'd assume that all your timing functions will be halved too. millis() reading 500 would actually be a full second (1000)

agdl commented 9 years ago

Waiting for feedback for too long, I'm closing this. Reopen if needed.