Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: baud Clear Filter

Setting serial baud rate on ESP-IDF does nothing

What are we talking about? This line of code that appears in pretty much every single Arduino sketch/project: Serial.begin(115200); This line of code is everywhere - a quick search on GitHub finds over 450,000 instances of it. GitHub Search I started to question this when I was testing out my new boards. 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. Audio testing If we look closely at the image, we ca