Ejemplo n.º 1
0
 def connectionLost(self, reason="connectionLost"):
     SerialPort.connectionLost(self, reason)
 def connectionLost(self, reason="connectionLost"):
     SerialPort.connectionLost(self, reason)
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     SerialPort.__init__(self, *args, **kwargs)
     self._tmp_data_buffer = []
 def __init__(self, *args, **kwargs):
     SerialPort.__init__(self, *args, **kwargs)
     self._tmp_data_buffer = []