diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py index 53a090fdc280e18536bc7022863551bc7b8e0828..d44712e518742b697cfc1271c917952e388a0eda 100755 --- a/obsw_tmtc_client.py +++ b/obsw_tmtc_client.py @@ -45,14 +45,12 @@ There are following communication interfaces, specified by supplying -c <Interfa 0: Dummy Interface: Not fully developed yet. 1: Serial Interface: Serial communication. Specify COM port with --COM <Com Port Name> or type it in manually. Serial settings are hardcoded for now in obsw_com_config.py . - TODO: Serial settings should be able to be set from the command line 2: QEMU Interface: Start a QEMU session and then command the session with the QEMU interface. 3. Ethernet: Not used anymore. Can be used to send packets to sockets by specifying the port and IP address. If there are problems receiving packets with Ethernet Communication, check the firewall -settings and ensure that python.exe UDP packets are not blocked in advanced firewall settings -Create a rule to allow packets from port 2008 if necessary. +settings and ensure that python.exe UDP packets are not blocked in advanced firewall settings. """ import atexit import time