Maybe this will work?
After you read the RTC.
Code:SEC_T = seconds & $70 SEC_T = SEC_T>>4 Serout2 PORTC.6, 16572,["SEC_T ",DEC SEC_T, $d, $a]
Maybe this will work?
After you read the RTC.
Code:SEC_T = seconds & $70 SEC_T = SEC_T>>4 Serout2 PORTC.6, 16572,["SEC_T ",DEC SEC_T, $d, $a]
Dave
Always wear safety glasses while programming.
Bookmarks