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.
IndexProgramming Questions & HelpElectronics,  Serial Library › Serial Ports on PC not working
Page Index Toggle Pages: 1
Serial Ports on PC not working (Read 783 times)
Serial Ports on PC not working
Jun 14th, 2007, 3:45pm
 
hello everybody!

i'm using an arduino and bluetooth to send data from an external sensor to processing. the application had been working nicely on a mac, for several reasons i am trying to set everything up for PC now.

i have a COM port for the bluetooth communication, i can check the incoming data in the arduino Serial Monitor as well as in Hyperterminal. and in the bluetooth environment i see that the connection is established.

in processing i see the port in the serial.list(), but the connection simply is not established, and i don't even get any error messages. the outcome of serial.available() remains -1.
when testing processing i have no other applications running, and the usb serial port also works, when sending data from the arduinio via usb for example.

i am using RXTX 2.1-7.

does anybody have ANY idea?
is it a processing/java problem?

it cannot be a system or hardware problem if it works in the arduino software environment or in hyperterminal, can it?


i'd be veryvery thankful for any help!

richard



Page Index Toggle Pages: 1