def write(self, oneByte): libparport.writeOneByte(self.basePort, oneByte)
def send(oneByte): libparport.writeOneByte(BASE_PORT, oneByte)