jumper:
I threw this code in and compiled it...

Code:
Define  OSC				20
Define CONF_WORD = 0x3F72

main:
TrisB	=	%00000000					'Set everything on port B as output
PORTB = 255
goto main
oshon pic simulator reports all LED's on port B light up...
again, nothing on my test board...

Mel:
I'm using WinPIC800 and JDM programmer...
I'm loading the program and then clicking on settings and selecting HS under OSC...
Please correct me if i've wrong, but i thaught the CONF_WORD set the OCS type?

Thanks