hi there
I am trying to make my arduinomega (I need lots of ins and outs) communicate with vvvv,
using the arduinofirmata node, does anyone know how to adjust the code/node/ other stuff
to make that work?
thnx
art
hi there
I am trying to make my arduinomega (I need lots of ins and outs) communicate with vvvv,
using the arduinofirmata node, does anyone know how to adjust the code/node/ other stuff
to make that work?
thnx
art
Firmata does not (yet) play well with the Mega.
ok thats clear....
thanx
can I program my mega to communicate through rs232?
The Mega does not have a RS232 port.
It does have a serial to USB interface. Use the Serial class to write to/read from the serial port. Connect a USB cable to the Arduino and the PC, and any application on the PC can talk to the Arduino via the serial port.
can we connect 4051 and 595 with vvvv
how???