I'm using OSCulator to transfer OSC messages from my phone to Arduino through my PC to control an LED. My question is that is it possible to receive OSC messages on my Arduino without using an external ethernet shield or not (so the Arduino will read the messages from the PC ).
I saw some videos on youtube for some developers, they were doing the same thing and without using an ethernet shield.
I tried with OSCMessage class but it wasn't clear for me how to receive messages from the network.
PaulS:
What network? Without an Ethernet shield or a WiFi shield, the Arduino is NOT a network device.
My Arduino is connected to my PC which is connected to the network. I saw some videos for Arduino reading the OSC messages without Ethernet or WiFi shied.
I use Processing to read OSC messages and then you can turn them into messages that that you can squirt down the serial port to the Arduino. You can also rout this in reverse.