Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SRC OBDH TMTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robin Mueller
SRC OBDH TMTC
Commits
9ee7acd4
Commit
9ee7acd4
authored
5 years ago
by
Robin Mueller
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
385df7f1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-2
6 additions, 2 deletions
README.md
with
6 additions
and
2 deletions
README.md
+
6
−
2
View file @
9ee7acd4
...
@@ -94,7 +94,7 @@ to display the modes.
...
@@ -94,7 +94,7 @@ to display the modes.
## Ethernet Communication
## Ethernet Communication
Port needs to be specified manually for now, IP adresses can be set in
Port needs to be specified manually for now, IP adresses can be set in
command line.
command line.
### Issues
### Issues
If there are problems receiving packets, use the tool Wireshark to track
If there are problems receiving packets, use the tool Wireshark to track
...
@@ -104,8 +104,12 @@ Please ensure that python.exe UDP packets are not blocked in advanced firewall
...
@@ -104,8 +104,12 @@ Please ensure that python.exe UDP packets are not blocked in advanced firewall
settings and create a rule to allow packets from port 2008.
settings and create a rule to allow packets from port 2008.
## Serial Communication
## Serial Communication
Serial communication was implemented and is tested for Windwos 10.
Serial communication was implemented and is tested for Windwos 10
and Ubuntu 20.04
.
It requires the PySerial package installed.
It requires the PySerial package installed.
It should be noted that there are several modes for the serial communication.
There is a fixed frame mode and a mode based on a simple DLE transport layer.
When using the DLE transport layer, sent packets are encoded with DLE while
received packets need to be DLE encoded.
## Module Test
## Module Test
Includes a moduel tester which sends TCs in a queue and automatically
Includes a moduel tester which sends TCs in a queue and automatically
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment