コード例 #1
0
 def connectionLost(self, reason="connectionLost"):
     SerialPort.connectionLost(self, reason)
コード例 #2
0
 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 = []
コード例 #4
0
 def __init__(self, *args, **kwargs):
     SerialPort.__init__(self, *args, **kwargs)
     self._tmp_data_buffer = []