-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
Since my neato recently started acting up, I decided to play around with it and stumbled across your repository. thanks for your work!
From what I see right now, with my current configuration sending commands in real time from a raspberry pi is just not possible - it takes something in the order of 2 s to issue any command. Now, communication via the serial port is slow, but.. this slow? I don't get it. This is the part of the code where you configure the serial device:
self.ser = serial.Serial(self.device, 115200,
serial.EIGHTBITS, serial.PARITY_NONE,
serial.STOPBITS_ONE,
timeout)
how did you come up with that baudrate/bytesize? Do you know of any way to make it faster (10x would start to be ok)?
greetings from the NL!
Metadata
Metadata
Assignees
Labels
No labels