``` ## 串口调试 波特率:1,500,000 sudo minicom -b 1500000 -D /dev/ttyUSB0 #录音 arecord -Drecorder -c5 -r16000 -fS16_LE test.wav ```