删除 Windows 对串行通信的保护
我在 USB 串行端口上运行 Arduino。我试图从串行端口访问数据并将其打印在 python 输出终端上。但是,当我从 python 收到此错误消息时: File "C:\Users\User\anaconda3\Lib\site-packages\serial\serialwin32.py", line 64, in open raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError())) serial.serialuti...