Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

NodeScanner fails with "No buffer space available" on slow CAN networks #670

Copy link
Copy link

Description

@mcba
Issue body actions

I have a slow (20000 bits/sec) CAN bus. When using NodeScanner it tries to send packets out too quickly for the bus master (a CANable USB interface), and a buffer somewhere fills up after 15 packets. The error message is:

can.exceptions.CanOperationError: Failed to transmit: No buffer space available [Error Code 105]

A simple, ugly, kludge to work around this is to add a time.sleep(0.1) in the search function in network.py.

Regards,
Michael

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.