Skip to content

Commit

Permalink
fix: try fast comm speed
Browse files Browse the repository at this point in the history
  • Loading branch information
bartei81 committed Jan 15, 2024
1 parent bb6be99 commit 76df77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotary_controller_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class MainApp(App):
def __init__(self, **kv):
try:
self.device = communication.DeviceManager(
serial_device=self.serial_port, baudrate=57600, address=17
serial_device=self.serial_port, baudrate=460800, address=17
)
except Exception as e:
log.error(f"Communication cannot be started, will try again: {e.__str__()}")
Expand Down

0 comments on commit 76df77f

Please sign in to comment.