python 讀取bin文件

python讀取bin文件並下發串口   # coding:utf-8import time, serialfrom struct import *import binasciifile = open('E:\\1.bin', 'rb')i = 0while 1: c = file.read(1) # 將字節轉換成16進制; ssss = str(binascii.b2a_hex
相關文章
相關標籤/搜索