I want further understand the difference between XC8 & C18 compiler.
I know that XC8 is the latest compiler for all 8-bit microchip controllers. e.g. PIC16F, PIC18F. And C18 is the compiler for their PIC18 products. For C18, PIC18 series include both PIC18F and PIC18C, is it?
I see XC8 is the further edition comparing to C18. Is it means XC8 can also compile all / part of the code compiled by C18 previously. If not, what should be.
BTW, currently (days) I am searching for sample/tutorial code about PIC18F2455/2550/4550 USB interface. If you have any pointers they would be really appreciated.