ARDUINO + ETHERNET SHIELD & MAX/MSP
Good morning,
i wanto to connect Arduino mega 2560 with ethernet shield to Max/Msp,
to display its analog inputs as values.
I have installed Arduino software, uploaded examples sketches, put Osc
objects in Max msp externals folder, verified that pc does see the
board on ethernet port.
Max windows tells me that can't see the port.
I've tried also with Maxuino but without any result. No connection.
Could you please help me ?
Thanks a lot and all the best.
Are you looking to communicate serially, or over the ethernet connection?
No need for OSC!
You can use the UDP library on the arduino, and use mxj net.udp.recv (or Siska Ádám's objects) in Max.
Check the UDPSendReceiveStrings example in the Arduino's IDE.
p