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).
我想要将坐标发送给电脑,电脑用串口接收,但是不知道怎么写程序,附上我自己的程序 就是将里面的x坐标发送出去,我用ide确实可以实现,但是不知道为什么串口就不行了,求解
代码有问题
参考串口教程:http://book.openmv.cc/MCU/serial1.html
我后来把c都改成了a,还加了句print(a.x())就可以了,我又把a改回c,发现又不可以了,这是为什么
和a c没关系,是你字符串格式化错误。