From ea2f5c91d913924b0a43efd80f0ff35a88b2c15e Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 30 Mar 2019 12:24:52 +0000 Subject: [PATCH] - increased baudrate to 115200 git-svn-id: http://moon:8086/svn/projects/HendiControl@174 fda53097-d464-4ada-af97-ba876c37ca34 --- Control/brewpi/serial_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/brewpi/serial_test.py b/Control/brewpi/serial_test.py index 4c41bec..fa47296 100644 --- a/Control/brewpi/serial_test.py +++ b/Control/brewpi/serial_test.py @@ -20,7 +20,7 @@ def enter_bootloader(): if __name__ == '__main__': - ser = serial.Serial ('/dev/ttyUSB0', 9600) + ser = serial.Serial ('/dev/ttyUSB0', 115200) try: ser.open()