??? 08/29/06 02:43 Read: times |
#123255 - Why PICs? Let me count the ways Responding to: ???'s previous message |
Hello Craig,
The PICs are hardware diverse. 16Fxx thru 18Fxx. Tons of ADCs, Timers, DACs, internal crystals, watchdog timers. Etc, Etc, Etc... The PICs are software diverse. Free IDE MPLAB from manufacture. Free C compilers. Etc, Etc, Etc... Their architecture is different but they get the job done. The PICs are much cheaper than the 8051s. Look at this web site. This guy charges only what United States Post Office charges for shipping. http://www.glitchbuster.com/ Look at the PIC chips he sells and compare prices to DigiKey. There a three to one difference. This guy doesn't sell one 8051 IC. The hobbyist are extremely talented compared to the 8051 crowd. I recently did a LCD 84 X 84 graphical interface and research the web. I couldn't even find one 8051 interface. There were two guys who tried but gave up in failure. They must have been fifteen PICs project complete with schematics and software (both in assembler and c) The PICs has a thru put rate of 50 MHz incoming frequency count compared to top end 8051 of 2 MHz. The lowly PIC 16F54 can handle counting 50 MHz as a frequency counter (in 1990 even). There is not any 8051 on the market that can even come close to this. The PIC crowd doesn't tear each other apart like the 80C51 crowd does. One of the favorite sons called somebody lazy and stupid yesterday because he asked for help. PICs outsell the 8051. They are the number one largest producer of MCUs in the world. The list could go on and on but I stop here. Regards, Charles Bannister |