mmm, how about your code? so we can check it here as well.
<hr>
For the other members, you can fix this little problem and modify the 12F615.BAS file located in your PBP folder. Just open it and add the line in RED
Code:
BANK0 $0040, $007F
LIBRARY "PBPPIC14"
DEFINE CCP1_REG GPIO
DEFINE CCP1_BIT 2
include "PIC14EXT.BAS"
PORTL VAR GPIO
PORTH VAR GPIO
TRISL VAR TRISIO
TRISH VAR TRISIO
include "PBPPIC14.RAM"
'*-----------------------* EOF 12F615.BAS *---------------------*
This will set the Default settings, and avoid to see that Warning [219] message again.
Thanks Charles from Melabs!
It doesn't explain error [113] of WireMan in the previous post... let's see it's code first
Last edited by mister_e; - 9th November 2007 at 23:47.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks