def Read(self, size): """ Reads bytes over the selected serial protocol. @size - Number of bytes to read. Returns a string of size bytes. """ return _mpsse.Read(self.context, size)
def Read(self, size): """ Reads size bytes of data over the selected serial protocol. """ return _mpsse.Read(self.context, size)