"Darrel, I just wanted to say "Thanks!".
Sorry for the mistake.
(Thanks Demon)
RL
"Darrel, I just wanted to say "Thanks!".
Sorry for the mistake.
(Thanks Demon)
RL
Darrel,
1. 18F44K22 - You're missing PortC.
I displayed on a working program and noticed a difference. This is what I have.
2. I have a suggestion, maybe rename to DT_AllDigital.PBP, that way they all line up together when browsing PBP folder.ANSELA = %00000000 ' Set ports to digital
ANSELB = %00000000
ANSELC = %00000000
ANSELD = %00000000
ANSELE = %00000000
Thanks for awesome utility.
Robert
EDIT: Forgot to say I'm still on PBP 2.60c, if it matters.
Last edited by Demon; - 4th January 2014 at 03:10.
Thanks! Updated to v1.5 from that link you provided.
Does All Digital work in PBP3? I have installed ALLDIGITAL.pbp in the main directory of PBP3, but Micro Code Studio gives me a warning of unable to open INCLUDE file ALL DIGITAL.pbp. I don't know what I'm doing wrong.
Thank you.
Yes, it works with PBP3.
Post the actual line of code and errors you are receiving.
Paraphrasing errors doesn't give the information needed to diagnose your problem.
DT
This is the code, using PBP3, Micro Code Studio Plus, and a 16F648A PIC selected:
INCLUDE "ALL DIGITAL.pbp"
LED var PORTA.0
mainloop:
HIGH LED
PAUSE 500
LOW LED
PAUSE 500
GOTO MAINLOOP
END
I get this message at the bottom:
WARNING: Unable to open INCLUDE file ALL DIGITAL.pbp
I have been unable to determine the reason I am getting this message.
Thank you very much for your help.
Bookmarks