Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve SerialPortManager.getIdentifiers() JavaDoc #1471

Merged
merged 2 commits into from
May 13, 2020

Commits on May 12, 2020

  1. Improve SerialPortManager.getIdentifiers() JavaDoc

    The current JavaDocs do not clearly state that it does not always return all identifiers.
    E.g. it will not return any RFC2217 identifiers or undiscovered RXTX port identifiers.
    So it should not be used to search for an identifier when the serial port name is known.
    This method is useful for listing available port options in UIs and logging.
    
    Signed-off-by: Wouter Born <github@maindrain.net>
    wborn committed May 12, 2020
    Configuration menu
    Copy the full SHA
    5ac049d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Add curly

    Signed-off-by: Wouter Born <github@maindrain.net>
    wborn committed May 13, 2020
    Configuration menu
    Copy the full SHA
    5da4e95 View commit details
    Browse the repository at this point in the history