An alternative Serial Library for Arduino 1.0

fat16lib:
A number of libraries access Serial. This causes HardwareSerial to be loaded even if you don't call the functions that access Serial. These libraries can't be used with SerialPort.

All released SD.h and SdFat libraries cause HardwareSerial to be loaded and can't be used with SerialPort. I will soon release a version of SdFat that does not access HardwareSerial.

A beta version of this SdFat is in SerialLoggerBeta20120108.zip here Google Code Archive - Long-term storage for Google Code Project Hosting..

Hi...

I was just wondering if there is an update to this beta?