Quote from: fat16lib on Feb 18, 2012, 03:45 pmA 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 http://code.google.com/p/beta-lib/downloads/list.Hi...I was just wondering if there is an update to this beta?
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 http://code.google.com/p/beta-lib/downloads/list.
I find the monolithic approach to these 'libraries' really restricting.