Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我用下面这两种代码都接收不到,应该怎么办呢
if uart1.any(): x_error = uart1.read() print(x_error)
if uart1.any(): x_error = int(uart1.readline().decode()) print(x_error)
OpenMV只能处理utf8,不能处理gbk。