Electronic – Internal oscilator vs external and Serial port question

oscillatorpicserial

I've been thinking about getting into using some pic microcontrollers, and I found the below two things to help get me started. But, on the product page for the microcontroller, it says 20 mhz, but then in the description it says it has an 8mhz internal oscillator. Which is right? Also, with the programmer below, it says usb to serial adapters don't work, but I don't have any serial ports on my computer, is there anything I can do about that?

http://www.sparkfun.com/products/8
http://www.sparkfun.com/products/228

Best Answer

The pic 16F88 can run up to 20 MHz with an external oscillator. Then up to 8 MHz with the internal oscillator selected. This is usually done by setting the fuse bits(I use AVR not PICs so not completely sure on how to do that usually in the IDE).

As for the programmer I would look at just getting a PICKIT 2 or 3 for programming easy to use also made my microchip. And forgot to mention USB :).