python 与Arduino沟通以为是串口

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 与Arduino沟通以为是串口相关的知识,希望对你有一定的参考价值。

/*READ*/
import serial
ser = serial.Serial('/dev/tty.usbserial', 9600)
while 1:
  ser.readline()
  '1 Hello world!\r\n'
  '2 Hello world!\r\n'
  '3 Hello world!\r\n'

/*WRITE*/
import serial # if you have not already done so
ser = serial.Serial('/dev/tty.usbserial', 9600)
ser.write('5')

以上是关于python 与Arduino沟通以为是串口的主要内容,如果未能解决你的问题,请参考以下文章

python到arduino串口读写

arduino——串口通讯(笔记)

问题:关闭端口后,python 仍然读取来自 arduino 的串行数据。串口无法关闭

python-Arduino串口传输数据到电脑并保存至excel表格

wxPython-Python:串口问题

arduino 软串口