Hello,
I am using an Mathematica to process code within an Arduino that in the end will display the current temperature of the thermocouple attached.
I can run DeviceExecute
and get a temperature. However, I have been trying
`In[30]:=
Dynamic[temp, UpdateInterval -> 0.5]
Out[30]= Dynamic[23.25, UpdateInterval -> 0.5]`
to no avail, as the temperature is not output in real time, only when I request it using DeviceExecute
.
Any thoughts as to get data real time without having to run the command?