We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
KeySpan setup (Read 780 times)
KeySpan setup
Jan 21st, 2009, 10:40pm
 
Hi!

I'd like to know if i have to connect a device to the Keyspan to test that:
myPort = new Serial(this, Serial.list()[1], 9600);

Processing return an error message:
Error inside Serial.<init>()

Thanks for your help !

Kurse
Re: KeySpan setup
Reply #1 - Feb 15th, 2009, 7:14pm
 
Kurse,

On my mac, a keyspan is recognized and listed even if no further devices are attached to it.

make sure you have the correct driver installed.

also try:
println(Serial.list());

in your setup(){ ...}

it will show in the debug pane -- then look for the device.

you may have the wrong index in the instantiation call.
s
Page Index Toggle Pages: 1