is there any way to have a computer read the temperature from the serial monitor
Thanks Rick
Please be more specific.
ok I have a sketch that reads the temperature off a sensor connected to the arduino. I leave the arduino connected to my computer all the time. So if I open up the Serial Monitor I can see the temp. I would refresh the monitor every 5 min. Is there a way to use the computer to actually say the temperature (text to voice)
Or some other program to take the temp off the serial monitor and say the temp
Mac or PC?
I have a pc win 7
on an osx machine, you would just use the say command.
I don't know PC but I have seen people discuss PyTTSx as a Python 'equivalent'
I would use something like python or ruby to monitor serial input and see if I could find a text to speech library to speak the serial input. For example, a few quick google searches for "Python Arduino serial communications" and "python text to speech" should point you in the right direction.