fix baudrate typo
This commit is contained in:
parent
ef3917eaee
commit
ce46c56d56
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ build_flags =
|
||||||
|
|
||||||
upload_protocol = serial
|
upload_protocol = serial
|
||||||
|
|
||||||
monitor_speed = 9200
|
monitor_speed = 9600
|
||||||
|
|
||||||
|
|
||||||
[env:BotherAX130]
|
[env:BotherAX130]
|
||||||
|
@ -35,4 +35,4 @@ build_flags =
|
||||||
|
|
||||||
upload_protocol = serial
|
upload_protocol = serial
|
||||||
|
|
||||||
monitor_speed = 9200
|
monitor_speed = 9600
|
|
@ -4,7 +4,7 @@ import serial
|
||||||
chars=" qwertzuiopü+asdfghjklöä#yxcvbnm,.-QWERTZUIOPÜ*ASDFGHJKLÖÄ'YXCVBNM;:_1234567890ß!\"§$%&/()=?"
|
chars=" qwertzuiopü+asdfghjklöä#yxcvbnm,.-QWERTZUIOPÜ*ASDFGHJKLÖÄ'YXCVBNM;:_1234567890ß!\"§$%&/()=?"
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
with serial.Serial('/dev/ttyUSB0', 9200, timeout=1) as ser:
|
with serial.Serial('/dev/ttyUSB0', 9600, 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.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue