From 72b294add5f161475a9f91d9d943ae840d421ca0 Mon Sep 17 00:00:00 2001 From: Fisch Date: Sun, 13 Feb 2022 15:40:38 +0100 Subject: [PATCH] add description --- tools/test_keyboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/test_keyboard.py b/tools/test_keyboard.py index 218d108..3f64d6e 100644 --- a/tools/test_keyboard.py +++ b/tools/test_keyboard.py @@ -5,6 +5,7 @@ chars=" qwertzuiopü+asdfghjklöä#yxcvbnm,.-QWERTZUIOPÜ*ASDFGHJKLÖÄ'YXCVBNM; def main(): with serial.Serial('/dev/ttyUSB0', 9200, timeout=1) as ser: + print("ZWÖLF BOXKÄMPFER JAGEN VIKTOR QUER ÜBER DEN GROßEN SYLTER DEICH.") print("zwölf boxkämpfer jagen viktor quer über den großen sylter deich.") @@ -22,6 +23,7 @@ def main(): ser.write(b'\r\n') + print("# if the text looks like the following, use_rn is turned on") print("Zeile1, rn") print("Zeile2, n") print("Zeile4 Zeile3, r")