Skip to content

Possible issue with get_input_report #174

Description

@Ultrawipf

When calling get_input_report (with a length of 25) it does not return any actual data.
Only a list with the requested ID as the first and only entry no matter if the device actually has sent data with this id or not.

When instead reading all reports with device.read() until a report with the correct ID in the first byte is received i can confirm that the device actually sends the requested data.

Not sure if this is an issue with the python library or the underlying hidapi.

OS: Windows 10
Version: 0.14.0
Python 3.11.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions