Hi,
I have an Arduino to Processing connection. I wanted to know if Processing could take in value that in that Arduino code are only read and not printed? So if the Arduino code contained just analogRead() for example with no print statement, could the Processing read that with a function?
Many thanks