Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

serial.list() limitations on mac?

$
0
0
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? 


Viewing all articles
Browse latest Browse all 1768

Trending Articles