I have the Microchip PICKit2 programmer so that PIC is supported.

I just tryed to recompile a PBP program with the 18F2550 and i have no errors, the PIC starts and the LCD display works but not the serin2 and serout2 commands
it only sends junk data to the serialcommunicator via a FTDI232 chip.

When i import the code into the PICKit2 program i get a warning that says "Warning, Some configurations words not in HEX file"

well i think i have to read some datasheets about the config words i guess.

Are there any good webpage exept the datasheet that explain all the common configurations words for 18F2550 and how to set them in PBP?