You need to post your Arduino program.
Serial.read() is sending all the data.
Serial.read() does not send data, it receives data.
Serial.print() and Serial.write() send data.
...R
You need to post your Arduino program.
Serial.read() is sending all the data.
Serial.read() does not send data, it receives data.
Serial.print() and Serial.write() send data.
...R