Searched defs:bytesize (Results 1 – 3 of 3) sorted by relevance
241 bytesize=EIGHTBITS, # number of data bits argument354 def setByteSize(self, bytesize): argument364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting") variable in SerialBase
84 bytesize = EIGHTBITS, argument
51 def int_to_bytearray(val, bytesize): argument76 def bytearray_to_int(bytes, bytesize): argument