Great minds think alike
i went down the stc1000+ route, as the latest versions of the code hack for the stc1000 include coms
add a cheap Rf Tx and Rx board set and an arduino and you get a wireless data logger and remote fridge monitor to bring power failures to your attention..
the beta code can be found here
http://www.github.com/hunnimonstr/Stc1000-RFlogger
build spec and h/w list are in the codefile comments..

build, slip in a formatted sd card and upload the compiled code to set the internal clock to your pc system date/time.
when started all leds light to verify connections and the red leds will then light in sequence 1, 2, and then 3,
yellow led lights during rtc validation, green led lights during SD system validation.
when running Yellow activity led will flicker with Rf signals the green (packet) led will flash with record processing/log entry writing.
3 x records are broadcast every 48 second cycle to record all 3 set the VERBOSE flag in the code to true, is set to false by default so only 1 record per cycle is logged.
Error conditions and indicators
on startup if the clock fails tests- fatal error yellow + red1 leds will flash
If the sd file system fails tests- fatal error green and red1 led will flash
if a record write fails - fatal file error green led on red 1 flashing
Warning conditions
if no record decoded for 5mins 1 red led lit
if no record decoded for 15mins 2 x red leds lit
if no record decoded for 1hour 3 x red leds lit
If reception starts again all red leds will be turned off on successful record reception and logging.
If a fatal error ocours plug into the puter and open the arduino serial monoitor to receive error and debug info.
ive only been testing the standalone box for a few days, so far so good
enjoy!!