代码搜索:uart_echo
找到约 1 项符合「uart_echo」的源代码
代码结果 1
www.eeworm.com/read/273912/10894791
uart_echo
#!/usr/bin/python
import sys
import serial
import time
s = serial.Serial(port='/dev/tty.usbserial',
baudrate=19200, bytesize=8, parity=serial.PARITY_NONE, stopbits=1,
xonxoff=0,rtscts=0,
timeout=.