python 串口读写

参考 pySerial python 串口程序编写_唤醒之魔法师

下载 pyserial http://pypi.python.org/pypi/pyserial

python 代码

def send(data) : box = serial.Serial(0) print 'sending to serial 0:', data box.write(data) box.close()

非root用户在执行时发生没有权限的错误,可以将用户添加到uucp组

usermod -G uucp someuser

 

此代码在各种平台上均可执行

你可能感兴趣的:(python,平台)