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

Linux Virtual COMs #6

Closed
GoogleCodeExporter opened this issue Nov 7, 2015 · 5 comments
Closed

Linux Virtual COMs #6

GoogleCodeExporter opened this issue Nov 7, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Try to list the coms on a linux enviroment with SerialPortList.getPortNames()
Virtual COMs will not apear

using 0.9.0

Original issue reported on code.google.com by pedrohma...@gmail.com on 28 Mar 2012 at 6:06

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

i added 
if(value.endsWith(":")) value = value.replace(":", " ").trim();
on line 110 of SerialPortList.java

and added ttyACM to the regex

Original comment by pedrohma...@gmail.com on 28 Mar 2012 at 7:07

Attachments:

@GoogleCodeExporter
Copy link
Author

Its working for me but i really dont know if what i did is ok for everyone 
under linux or just for my situation.

Original comment by pedrohma...@gmail.com on 30 Mar 2012 at 2:27

@GoogleCodeExporter
Copy link
Author

Thank you for this issue, I'll read more about this question.

Original comment by scream3r.org@gmail.com on 4 Apr 2012 at 4:07

@GoogleCodeExporter
Copy link
Author

Fixed in 2.1.0

Original comment by scream3r.org@gmail.com on 11 Apr 2013 at 5:59

  • Changed state: Fixed

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

No branches or pull requests

1 participant