Bluetooth communication with MIT App Inventor 2

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