Commit 947ef15a authored by Marlene Böhmer's avatar Marlene Böhmer
Browse files

Uart Send Test

parent 8540340e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,3 +34,7 @@ while True:
        print("ERROR CKSUM")

    print(" ".join("{:#04x}".format(n) for n in received_data))

    out_data = [1, 2]
    written = ser.write(bytearray(out_data))
    print(written)