peterschwarz / clj-serial

Simple Serial Access for Clojure
Eclipse Public License 1.0
41 stars 11 forks source link

Add get-port-names helper to util #8

Closed WickedShell closed 7 years ago

WickedShell commented 7 years ago

It's frequently useful to get the set of the available port names, and then be able to do work over it. This just exposes a helper so that the caller doesn't need to know what a CommPortIdentifier is and how to get it's name.

WickedShell commented 7 years ago

@peterschwarz rebased, and fixed some bad spelling in the commit message, and Travis now passes, so this should be ready for review.

WickedShell commented 7 years ago

Is this waiting on anything from me? You've marked it as approved but I'm guessing you aren't waiting on anyone else to comment on it...

peterschwarz commented 7 years ago

Was just waiting on the build, and got a bit distracted