串口编程 Python 、pyserial
1、串口编程 Python 、pyserial 网址:http://www.douban.com/group/topic/7400483/import sys,os import serial ser=serial.Serial(port='COM5',baudrate=9600,bytesize=8,parity='N',stopbits=1,timeout=5) s...
原创
2015-11-27 00:32:49 ·
724 阅读 ·
0 评论