import machine
chuankou=machine.UART(2,9600)
while Ture:
x=chuankou.read()
if x=='a':
print('cg')
else:
print('sb')
这是arduino吧?接地了没有?看看发送端是否发数据了。
你直接打印变量【x】的数据试试!
引用: shsznbdr 发表于 2021-10-15 17:03 是none
这种简单的程序应该有例程,你先直接运行例程,要是不行,应该是硬件环境没搭好。