Skip to content

Could probably reduce latency with an alternative read instruction #4

@teauxfu

Description

@teauxfu

Currently using pySerial's read_until for convenience

https://github.com/teauxfu/py-hplc/blob/4df7179edf2abeed33d7223cd5fa2b7df646e40f/py_hplc/pump_base.py#L204

Which is defined as

https://github.com/pyserial/pyserial/blob/0e7634747568547b8a7f9fd0c48ed74f16af4b23/serial/serialutil.py#L654-L674

However, implementing a custom readline instruction may be able to reduce latency (which isn't currently an issue -- at least for my purposes)

pyserial/pyserial#216 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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