Why are you using that?
Use MicroCode Studio that comes with PicBasicPro to edit the code and to invoke PicBasic to compile it.
Why are you using that?
Use MicroCode Studio that comes with PicBasicPro to edit the code and to invoke PicBasic to compile it.
Dave
Always wear safety glasses while programming.
For the 628A...
@ DEVICE MCLRE_OFF, INTRC_OSC, WDT_OFF, LVP_OFF, BOD_OFF, PWRT_ON, PROTECT_OFF
And the config type you are using is for PM. Is that set correctly in MCS?
Dave
Always wear safety glasses while programming.
Check the code here:
http://www.picbasic.co.uk/forum/showthread.php?t=15960
You are missing the PIC model after DEVICE.
Robert
You still do not have
MCLRE
Dave
Always wear safety glasses while programming.
Bookmarks