我们使用pyserial库进行串口读取。我的问题windows和ubuntu / raspian串行读取格式不同。
windows results:0900ee00100000028d8b0900ee0010000006a9cd0900ee001000000116b90900ee0010000004bbee
ubuntu / raspian结果: 09ee100050ad09ee100041a609ee1000d07309ee100040512f000f1000a06c09ee100050ad
python版本:2.7 pyserial版本:3.4
代码:
while True:
i = seru.read()
print i.encode('hex')