Skip to content

Windows portability issues #6

@shcherbakaite

Description

@shcherbakaite

Has this library been tested under Windows? I have not been able to receive any serial data from returned ports using standard Racket functions like read-line and read-bytes. Same programs worked on Linux with no issues.

I noticed original libserialport has its own reading functions like sp_blocking_read, which this Racket library does not export.

SP_API enum sp_return sp_blocking_read(struct sp_port *port, void *buf, size_t count, unsigned int timeout_ms);

My next step to try is to wrap one of these functions and see if that works.

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