Quick question. What happens to the value of TOTAL at it's memory location after it's sent serially?
Does the memory location automatically get reset to zero or does the value TOTAL stay there until over-written
by the next TOTAL value to be sent?
DaveCode:SEROUT2 PORTC.3, 16780, [DEC TOTAL, 10, 13]
Bookmarks