Esempio n. 1
0
	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)
Esempio n. 2
0
    def Read(self, size):
        """
		Reads size bytes of data over the selected serial protocol.
		"""
        return _mpsse.Read(self.context, size)