Hi
I am sending data from arduino by this method
Thank you for your reply...
You were right, code crashed before reaching this line
- println(inByte);
- Serial.println(average*10/1023);
- void serialEvent (Serial myPort) {
- String inString = myPort.readStringUntil('\n');
- float inByte = float(inString);
I don't know how to send data from arduino to get as a string in processing.
Need your valuable suggestion.
thanking you in anticipation