Open GoogleCodeExporter opened 9 years ago
I was having the same issue, and I had to look at the code in the library,
specifically SerialPortList.java.
It was the file extension // "tty.(serial.*|usbserial.*)") that I changed to
"cu.*".
You could also use tty.* but it comes up with a very long list.
attached:
- Screenshot of the culprit method
- jSSC.jar include
Original comment by sa...@uw.edu
on 14 Mar 2013 at 4:55
Attachments:
For Mac, you're best off specifying your own regex using the
getPortNames(pattern) method. The default regex in SerialPortList.java for Mac
won't match the kinds of serial port devices you find on the latest versions.
Original comment by s.donald...@gmail.com
on 17 Jun 2014 at 11:08
Original issue reported on code.google.com by
Dtrac...@gmail.com
on 24 Oct 2012 at 9:25Attachments: