Quote Originally Posted by mackrackit View Post
Read here to see more about setting the configs.
http://www.picbasic.co.uk/forum/showthread.php?t=543
Code:
DEFINE OSC 8
@ __CONFIG    _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
@ __CONFIG    _CONFIG1H, _FOSC_INTOSCIO_EC_1H
@ __CONFIG    _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
@ __CONFIG    _CONFIG3H, _PBADEN_OFF_3H & _MCLRE_OFF_3H
@ __CONFIG    _CONFIG4L, _LVP_OFF_4L & _ICPRT_OFF_4L &_XINST_OFF_4L 
OSCCON = %01110000
Ok, I've tried and conclude there is something way wrong with your software and documentation.
Perhaps you ought to try the usual strategy of providing software updates. You know, when a new
PIC is available, make an update button on your MicroCode Studio to go to your website and get the
new code for it.

The above "Define" means nothing to me and I can't find anywhere to learn about
it. Your URL is maybe for someone at your level of expertese but I need more handholding. Can
you please provide it or tell me what PIC programming system I need to learn and use? Maybe the
C or ASM products? Currently PicBasic PRO doesn't work for my simplest example.