Colleagues:
I am working with a student on a project and we have a glitch. Processing is sending information (supposedly a byte) to the serial port but Arduino is not reading it. Is there a line of code that I can use to find out exactly what is being sent to the Arduino? Processing is using the com port, so Arduino cannot print to the serial monitor while Processing is running. Neither my undergrad nor graduate student can seem to find a way to reveal exactly what Arduino is receiving (though it should be an integer), and I cannot find anything online. Suggestions?
Thanks in advance