我正在尝试使用pyserial库将图像文件的字节数组发送到Arduino。并且我在Arduino中逐字节地接收数据。但我似乎无法检索Arduino上的字节。例如,它发送一个字符串'255‘Arduino接收的字节为'2’。f.read()for i in range(1,len(b)):ser.flush()
我正在使用m1 MacBook pro,并尝试在ESP8266上运行arduino代码。每次它都会给我这个错误pyserial or esptool directories not found next to this upload.py tool.An error occurred while uploa