From 42c8eda4bc5b5fd28367f0c099e45d27102e7e2a Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Tue, 15 Dec 2020 15:38:15 +0100 Subject: [PATCH] Add files via upload --- test/TEST_TX.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TEST_TX.py b/test/TEST_TX.py index 8212b72e..d853c1ca 100644 --- a/test/TEST_TX.py +++ b/test/TEST_TX.py @@ -26,8 +26,8 @@ def main(): data = b'TEST' #byte string which will be send #data = bytes(62) #byte string with XX of zeros - modulated_data = modem.Modulate(data) #Call Modulate function, which returns modulated data - #print(modulated_data) + modulated_data = modem.Modulate(data) #Call Modulate function, which modulates data and prints it to the terminal + ###################### try: / except necessary beacuse of error 32 - BrokenPipeError while piping data