having trouble finding post useing thgis dallas clock chip in pic basic pro
searched under ds 1307 and rtc no listing
can someone supply thread
thanks
having trouble finding post useing thgis dallas clock chip in pic basic pro
searched under ds 1307 and rtc no listing
can someone supply thread
thanks
try with ds1307 in one word.
One nice code example HERE
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
great program must have taken a lot of work
any way to get a schematic diagram or hook up sheet??
Euh... i don't see why as almost everything is really well explained in the hardware assignment section of the code.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
ok will try that
one more question trying to use with a 16f877a
get error messag but compiles
102 crosses boundry at @800h
already got protype board for this setup for this chip
any ideas?
http://www.picbasic.co.uk/forum/show...osses+boundary
It's just a warning, nothing important. If you're using MPASM to compile your code, just add
and this will remove this stupid warning.Code:@ errorlevel -306
And, here's another endorsement
http://www.picbasic.co.uk/forum/show...02&postcount=1
At least, i don't feel alone![]()
Last edited by mister_e; - 3rd February 2007 at 19:23.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks