Hello, I have a very simple question. I have a line of code, "fps = self.timer.stop();" and I want to send the variable "fps" to the serial port. Firstly, what function would I need to use and secondly, would I need to convert the int type variable to string type before sending it to the serial port?