Good morning people.
I've made a program on processing that plots the data coming in from my device, on real time monitoring system graph and also saves it on an excel file. So basically I upload the programto arduino ( (from the Arduino IDE) ) that is connected to my device. And then run processing to plot and save data.
Now the question is, this program works like a charm on processing with the arduino UNO, but not with with my mega board 1280?
Btw, yes my program on processing does display the COM ports (eg COM PORT 1) before connecting to the serial ports. My buade rate is 9600.
The pins Im using on arduino uno or processing are plane simple. 5V, Ground (from the pwn side) and then A0 for analog signal. I am not sure if its the pins that are the problem.
Does anyone know the problem here?
Thanks
I've made a program on processing that plots the data coming in from my device, on real time monitoring system graph and also saves it on an excel file. So basically I upload the programto arduino ( (from the Arduino IDE) ) that is connected to my device. And then run processing to plot and save data.
Now the question is, this program works like a charm on processing with the arduino UNO, but not with with my mega board 1280?
Btw, yes my program on processing does display the COM ports (eg COM PORT 1) before connecting to the serial ports. My buade rate is 9600.
The pins Im using on arduino uno or processing are plane simple. 5V, Ground (from the pwn side) and then A0 for analog signal. I am not sure if its the pins that are the problem.
Does anyone know the problem here?
Thanks
1