Quote Originally Posted by chai98a View Post
Here is sample code of time display on 7 seg
we try on pic16f877a ,DS1307


Code:
Define LOADER_USED 1
define OSC 4
include"modedefs.bas"
Digits VAR PORTD
SEGMENTS VAR PORTC
SO var portc.6 ' tx
DPIN var PORTd.5 'I2C DATA PIN ds1307,with 4K7 pull up
CPIN var PORTd.6 'I2C CLOCK PIN with pulled up resister 4K7
.....................................

End
Hi,
I would like to try your code, do you have the circuit?
thanks