예제 #1
0
 def connectionLost(self, reason="connectionLost"):
     SerialPort.connectionLost(self, reason)
 def connectionLost(self, reason="connectionLost"):
     SerialPort.connectionLost(self, reason)
예제 #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 = []