All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Questioning the Ubiquitous Serial.begin(115200) in Arduino Programming

By

iamflimflam1

9mo ago· 4 min readenInsight

Summary

The article investigates the common Arduino programming practice of using Serial.begin(115200) and questions its actual necessity. The author discovered through audio streaming tests that the baud rate setting doesn't actually affect data transfer rates as expected. The piece examines why this specific baud rate became ubiquitous in Arduino projects despite potentially being unnecessary, and explores the technical reality behind serial communication in embedded systems.

Key quotes

· 3 pulled
This line of code is everywhere - a quick search on GitHub finds over 450,000 instances of it.
I was streaming audio from the board and noticed that the rate I was receiving data at bore no relation to the baud rate I was setting.
This matches exactly what I put in the Serial.begin but the actual data transfer didn't correspond to that setting.
Snippet from the RSS feed
Yes, I know it's a bit click-baity - but I'm struggling to come up with entertaining and amusing titles...

You might also wanna read