From 6e9a435813870c964dd6b4d4d3bd65f02da6e2be Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 11 Aug 2024 15:56:58 +0200 Subject: Updated the connection between the application and the device --- serial_conn.py | 1 + 1 file changed, 1 insertion(+) (limited to 'serial_conn.py') 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")) -- cgit v1.2.3