Hi, I am working with an Arduino sensor that gives out a series of three strings data that I want to visualize in the serial monitor. The problem I have is that as first printout at the SM the system returns a number (44 actually) that has nothing to do with the sensor readouts but is messes up the serial communication with another app I am writing in Python. How can I prevent that number 44 for being returned/printed, either from the Arduino or Python side ?. Thanks, Alejandro.