I have a number counting program which transmits serial data ( three digits ) to hyper terminal. That program counts (increases / decreases) per second. Whenever it counts, it sends to serial out.
But, it is just adding three more digits into hyper terminal. I want to clear the previous data first.
How to do? I tried backspace (08h) aldy. That is weird, removes randomly.
Thanks.