Serial(COM_PORT, BAUD_RATES, stopbits = 1 ) while ser.in_waiting: # if receive data # byte type raw data data_raw = ser.read() # byte to hex data_hex ...
確定! 回上一頁