serial.list() limitations on mac?
in
Core Library Questions
•
10 months ago
Hi there. I'm running 2.0b6. When I do println(serial.list()); i get just ten values and I can't access the desired port. When I try doing
myPort = new Serial(this, "/dev/slave", 9600);
it seems the program doesn't work as expected - it just doesn't see the port (I can change it to any other non-existing value, and again, no-errors, just nothing).
Is there any ways to get to other ports listed in my /dev directory?
1