aboutsummaryrefslogtreecommitdiff
path: root/serial_conn.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-08-11 15:56:58 +0200
committerSébastien Dailly <sebastien@dailly.me>2024-08-11 15:56:58 +0200
commit6e9a435813870c964dd6b4d4d3bd65f02da6e2be (patch)
tree92cbad69d77d51f3f48b9a56b13b77eea85419ed /serial_conn.py
parent75ed856be70d0fbdd6aa92f503f98c7f7b9123b6 (diff)
Updated the connection between the application and the deviceHEADmaster
Diffstat (limited to 'serial_conn.py')
-rwxr-xr-xserial_conn.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/serial_conn.py b/serial_conn.py
index a08543a..7925673 100755
--- a/serial_conn.py
+++ b/serial_conn.py
@@ -44,3 +44,4 @@ class SerialConnection(object):
""" Write into the connection.
Raise an exception if disconnected """
self.s.write(content)
+ self.s.write(bytes("\n", "utf-8"))