Quote:
|
Originally Posted by curiousCal However, the 12F675 has a tiny memory, and apparently would be limited to a software UART. |
A software UART is no problem, it's very simple to do and takes very little more code than a hardware UART. My tutorials deal with both hardware and software UART's.
Quote:
Can I attach some sort of external memory to a 12F675?
Or am I being too cheap? Is there a more practical PIC for logging data?
|
This would be fine, the main problem is the small number of pins available. For a data-logger you don't require large amounts of processor memory - you store the samples in external EEPROM, usually I2C EEPROM, this requires 2 I/O pins on the PIC. Again, my tutorials deal with doing this!.
My tutorials are based on the 16F628, but the 12F675 uses the same 14 bit core - so the code can be changed over with very little alteration required