📜  串口开始9600是什么意思? - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:10.740000             🧑  作者: Mango

代码示例1
begin(9600)'. This starts serial communication, so that the Arduino can send 
out commands through the USB connection. The value 9600 is called the 
'baud rate' of the connection. This is how fast the data is to be sent.