Hi,
I am trying to display my sensor's output (HEX to ASCII output type) onto the hyperterminal program through UART coding.
To display the fluctuations of the sensor when something is covering it etc. The hyperterminal listed a list of fluctuation values eg,
"Sensor 1
01CD
01BA
0106 "
But what I want is " 01CD > 01BA > 0106 ". To show real-time fluctuations instead of showing the a list of the changes in values, which spammed my hyperterminal.
What changes should I do to my UART codes so that it would just display the fluctuation changes and not display a list of values?
Sorry for the poor grammer.
I am trying to display my sensor's output (HEX to ASCII output type) onto the hyperterminal program through UART coding.
To display the fluctuations of the sensor when something is covering it etc. The hyperterminal listed a list of fluctuation values eg,
"Sensor 1
01CD
01BA
0106 "
But what I want is " 01CD > 01BA > 0106 ". To show real-time fluctuations instead of showing the a list of the changes in values, which spammed my hyperterminal.
What changes should I do to my UART codes so that it would just display the fluctuation changes and not display a list of values?
Sorry for the poor grammer.

Comment