Skip to content
Snippets Groups Projects
Commit b1bef4e5 authored by Robin Mueller's avatar Robin Mueller
Browse files

fixed dco

parent 0f5dfc81
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment