Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

How to send timer values (variables) through serial port [closed]

0 votes
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?
closed with the note: Found out sendSerial would get the job done
asked Jul 11, 2018 in Programmer Questions by JeVoisNewbie (430 points)
closed Jul 11, 2018 by JeVoisNewbie
...