-
Notifications
You must be signed in to change notification settings - Fork 10
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
'No serial ports found.' on Mac OSX10.10.5 Yosemite #8
Comments
Are you able to build the source code or can you only run the releases? On Fri, May 6, 2016 at 1:50 PM, hobbietime [email protected] wrote:
Dan Royer, Owner, Marginally Clever Robots |
just ran the releases... let me try to build from source code.... |
Did you install the maven plugin and then update maven project? https://github.com/marginallyclever/makelangelo/wiki#eclipse On Sun, May 8, 2016 at 12:20 PM, hobbietime [email protected]
Dan Royer, Owner, Marginally Clever Robots |
There is a bug/missing feature in the old jssc-2.8.0 library. It does not scan for newer serial chipsets with its portname regex. SerialPortList.java I fixed this quickly by replacing the SerialPortList.java with my own using following regex and changing the import in SerialTransport.java accordingly. |
What's latest version of jssc? if you update the pom.xml with the latest, does the bug fix itself? |
No, there is no newer version. You'd have to use my approach or make a fork, scream3r seems inactive for a while. The Arduino IDE has patched this as well: link |
Huh. I can still find ports just fine in Makelangelo software. Any idea On Sat, Nov 19, 2016 at 9:56 AM, r00tr4v3n [email protected] wrote:
Dan Royer, Owner, Marginally Clever Robots |
It’s these new serial chips with new names. They don’t get detected by the old regex.
|
Just downloaded the latest version
executed the .jar file... it loads perfectly except for 'No Serial Ports Found'
I know there are bugs in the serial library that prevents listing Arduino Clones..
I am using /dev/tty.wchusbserial1410
Is there a place to write te port address directly? rather than expect the ports to appear?
The ports are there... I use them all the time with Adruino IDE or CoolTerm...
however they do not appear with this software? ( no other comm software is running)
any ideas would be greatly appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: