Compare commits

...

2 Commits

Author SHA1 Message Date
interfisch 771c13bd52 add schematic pdf 2022-02-13 15:40:53 +01:00
interfisch 72b294add5 add description 2022-02-13 15:40:38 +01:00
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -5,6 +5,7 @@ chars=" qwertzuiopü+asdfghjklöä#yxcvbnm,.-QWERTZUIOPÜ*ASDFGHJKLÖÄ'YXCVBNM;
def main(): def main():
with serial.Serial('/dev/ttyUSB0', 9200, timeout=1) as ser: 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.")
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') ser.write(b'\r\n')
print("# if the text looks like the following, use_rn is turned on")
print("Zeile1, rn") print("Zeile1, rn")
print("Zeile2, n") print("Zeile2, n")
print("Zeile4 Zeile3, r") print("Zeile4 Zeile3, r")