aboutsummaryrefslogtreecommitdiff
path: root/testing/serial/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'testing/serial/README.md')
-rw-r--r--testing/serial/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/serial/README.md b/testing/serial/README.md
new file mode 100644
index 0000000..50d67c0
--- /dev/null
+++ b/testing/serial/README.md
@@ -0,0 +1,10 @@
+# Test UART controllers, transceivers, adapters and connectors
+
+This is a small autonomous test script written in Python to test UART.
+
+One needs to setup a "loop" on the same device. In other words, both ends of the
+UART communication needs to be connected to the same device under test.
+
+## Dependencies
+
+- pyserial (python3-pyserial on Fedora; python3-serial on Debian-based systems)