From b1bef4e557a51f81a715db560b3ae5d5db993de4 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Fri, 10 Jul 2020 13:43:36 +0200 Subject: [PATCH] fixed dco --- obsw_tmtc_client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py index 53a090f..d44712e 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 -- GitLab