Searched refs:STOPBITS (Results 1 – 1 of 1) sorted by relevance
232 STOPBITS = (STOPBITS_ONE, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO) variable in SerialBase300 return [(str(b), b) for b in self.STOPBITS]382 … if stopbits not in self.STOPBITS: raise ValueError("Not a valid stop bit size: %r" % (stopbits,))