add description

This commit is contained in:
interfisch 2022-02-13 15:40:38 +01:00
parent 9dc83ca477
commit 72b294add5
1 changed files with 2 additions and 0 deletions

View File

@ -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")