Searched defs:stopbits (Results 1 – 2 of 2) sorted by relevance
243 stopbits=STOPBITS_ONE, # number of stop bits argument380 def setStopbits(self, stopbits): argument390 stopbits = property(getStopbits, setStopbits, doc="Stop bits setting") variable in SerialBase
86 stopbits = STOPBITS_ONE, argument