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

Some error handling in get serial port names #171

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2024

  1. Add some error handling in SerialNativeInterface.getSerialPortNames()

    Looks as there's some error handling missing here. Unluckily I do NOT have any
    windows box available right now. And I'm far from having a jssc build
    environment ready. So I'll try my best to write this code with nothing
    more than the msdn documentation and a plain text editor. Lets see how
    many compiler errors I'll produce.
    
    Related:
    - java-native jssc issue 170
    hiddenalpha committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    beb3422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    999540a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    66816d1 View commit details
    Browse the repository at this point in the history