Compare commits
No commits in common. "771c13bd5295369b534acff0a406beaac56fc1e3" and "9dc83ca4776d8f557840d9f599c99a05dca304b3" have entirely different histories.
771c13bd52
...
9dc83ca477
Binary file not shown.
|
@ -5,7 +5,6 @@ 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.")
|
||||
|
@ -23,7 +22,6 @@ 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")
|
||||
|
|
Loading…
Reference in New Issue