I need to write some values that I'm reading by the serial port. But I need to increment the column automatically each new number.
What it is happening is that each new number, the last one turns to zero and I lost the number.
How can I store the last number and receive the number at the next column?
Regards.