You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
144 B

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