I recently got some stuff for making a robot and it uses the raspberry pi and the Arduino. I am trying to get the Arduino to send the sensor data of some ultrasonic sensors to the pi by serial. It is so close to being correct. However, the raspberry pi shell adds a tiny square to the string, that makes things complicated. I also attempted to add the square to the string the raspberry pi is trying to identify, but python got angry at me for it so that is out of the question! The baud rate is 115200, although I tried 9600 and it still did the same thing. The baud rate is exactly the same on the pi and Arduino, so that also is out of the question. If you want the code please ask. The Arduino is using a library by elegoo for the HC SR04 module if you get confused about the library I am using. Thank you!