3 of 3
initialize
What is Serial.begin(9600)?
I know that this is to initialize something:
Serial.begin(9600);
But I want to know what it really means?
shajib0o
- 551
- 2
- 6
- 9
lang-cpp
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeI know that this is to initialize something:
Serial.begin(9600);
But I want to know what it really means?