Searched defs:stopbits (Results 1 – 4 of 4) sorted by relevance
25 stopbits?: number; property
185 stopbits=STOPBITS_ONE, argument342 def stopbits(self): member in SerialBase347 def stopbits(self, stopbits): argument
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