好的,我再买一个USB转ttl试试。
A
aixn
@aixn
0
声望
20
楼层
760
资料浏览
0
粉丝
0
关注
aixn 发布的帖子
-
RE: 串口调试扩展板的P4、P5和GND,分别接到RS232的2、3、5口上时显示乱码
import time
from pyb import UARTAlways pass UART 3 for the UART number for your OpenMV Cam.
The second argument is the UART baud rate. For a more advanced UART control
example see the BLE-Shield driver.
uart = UART(3, 19200)
while(True):
uart.write("robotic_gripper open 2")
time.sleep_ms(5000)
uart.write("robotic_gripper close 2")
time.sleep_ms(5000) -
串口调试扩展板的P4、P5和GND,分别接到RS232的2、3、5口上时显示乱码
请问:用串口调试扩展板接“星瞳串口助手SingTownSerialport“时,发送的字符串能够正常显示,但是将串口调试扩展板的P4、P5和GND,分别接到RS232的2、3、5口上时,显示的却是乱码?
-
RE: 此程序展示将mjpeg传至firefox浏览器,浏览器中输入IP+端口后为何显示连接失败?
由于没有红外热成像模组,相关红外成像教程代码就跳过去了,但是wifi程序下载的代码也是可以运行的,但是显示的效果很怪异,现在知道了为何了。