I have a question about using the MEGA board with processing. This is a bit complicated but I walk through what I'm working on:
I have an UNO and a MEGA board. There are two separate arduino libraries for each type of board. When I use the UNO board and the UNO library in processing, I'm able to:
- Upload the Standard Firmata from Arduino environment
- THEN, I can upload a separate sketch with a serial read function from the Arduino Environment
- THEN, when I run processing, the serial write from processing still works with that Arduino sketch with the serial read.
With the MEGA board and the MEGA library for Processing, I'm only able to communicate with Arduino from Processing if the Standard Firmata sketch was the LAST sketch uploaded in the Arduino environment. How can I make it work so that I can upload a separate sketch like I can with the Uno?
Thanks so much for any help, this would be a great boost.
Erick