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

Make it possible to retrieve information about the USB device that provides the serial port #33

Closed
wants to merge 1 commit into from

Conversation

gohai
Copy link

@gohai gohai commented Sep 11, 2013

getPortProperties() returns a map with keys and values as strings. The currently available keys are: idProduct (lowercase hexadecimal zero-padded to four digits), idVendor (as idProduct), manufacturer, product, serial. This is currently implemented for Linux and Mac OS X.

…ovides the serial port

getPortProperties() returns a map with keys and values as strings. The currently available keys are: idProduct (lowercase hexadecimal zero-padded to four digits), idVendor (as idProduct), manufacturer, product, serial. This is currently implemented for Linux and Mac OS X.
@majenkotech
Copy link

This addition would be the answer to a problem I am wrestling with right now for a current project. It'd be great to see this in the next release. Even better if it could be expanded to include Windows as well (which is where much of my client base is).

@cmaglie
Copy link
Contributor

cmaglie commented Jan 18, 2014

+1 on this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants