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.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.

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
...