Beispiel #1
0
 def write(self, oneByte):
     libparport.writeOneByte(self.basePort, oneByte)
Beispiel #2
0
def send(oneByte):
    libparport.writeOneByte(BASE_PORT, oneByte)