Skip to content

Serial connection is extremely slow #7

@MarcDuQuesne

Description

@MarcDuQuesne

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions