Skip to content

Is it possible to create an UART adapter? #162

@MGlolenstine

Description

@MGlolenstine

I've tried looking into making a custom adapter, but the ConnectionInfo requires SocketAddr which only supports IPv4 and IPv6, which UART doesn't have.

Would it be possible to implement connect_with without having to specify an IP address?

I've looked around for a bit and I think that one of the actions I could take, is to fork it and add COM/TTY support to ConnectionInfo and RemoteAddr.

EDIT: I know that the point of this library is networking, but I like the design and I thought it would make my interfacing with UART easier.

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