Can not create a serial object with stopbits of 1.5

前端 未结 0 1638
终归单人心
终归单人心 2020-12-07 00:35

What is wrong with this code:

stopbits = 1.5 :

import serial
ser = serial.Serial(port=\'COM1\',  stopbits=serial.STOPBITS_ONE_POINT_FIVE)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题