因此,我决定尝试在我的Linux机器上使用arduino,但是它会在大约7秒左右中断连接。我在一篇关于Micros的旧文章上读到,我需要点击重置按钮,快速上传眨眼的例子。因为那是港口工作的时候。attempt 10 of 10: not in sync: resp=0x3f在最初的几秒钟内,我可以看到lsusb下的arduino,dmesg | tail成功地连接到了,但是在7秒之后dmesg \m尾给了我这个错误
SoftwareSerial.h: No such file or directory
我不知道为什么会发生这种情况,因为它以前工作得很好,而且我的SoftwareSerial.h位于/home/user/Downloads/arduino-1.8.19-linux64/arduino-1.8.19/hardware/arduino/avr/libraries/SoftwareSerial/src/Sof