[snip] > > > > Fuses, what have you set them to? Secrity by chance? > > Dennis > > I'm guessing you mean security, or code protected ? Nope - here are the fuses: __CONFIG(UNPROTECT | LVP | WRT | CPD | BKBUG | HS); /* no code protect, powerup timer enabled, low voltage program enabled, flash program enabled, data ee protect disabled, HS oscillator fuse in circuit debugger disabled */ On another note: You people at Hi-Tech and or Microchip, the mnemonics for the in-circuit debugger (BKBUG) and powerup timer (PWRTE) really should be more intuitive - something like ICBUGD & PWRTD ... everytime I see those constants in the code, I instinctively think "if the value is 1 there, the feature is there..." which is true for all of the other fuses. Yeah, I know that they are active low, but doesn't mean the mnemonics can't be consistent. After all, CPD is done right (sort of, it should be EECPD!). Here endeth the rant :) Ken