def send_command(self, command):
pass
- def get_response(self, response):
+ def get_response(self, response=None):
# pylint: disable=unused-argument
setup_time = random.uniform(self.transceiver.modulator.period_min,
modem.transceiver = xcv
+ xcv.transmit("CODEX PARIS", "0")
+
while True:
xcv.receive_loop()
modem.ring_count = 0