using the arduino-buffered-serial library

Is anyone using Sigurður Örn's arduino-buffered-serial library? When used with an Arduino 2560, the "Serial" link works fine but Serial1 and Serial2 do not appear to work at all... using the example ".ino" file included with the library.

There are a few references to AVR_ATmega1280 in both the "BufferedSerial.cpp" and "BufferedSerial.h" files and I have tried to (BOTH) change those references to AVR_ATmega2560 as well as eliminating the conditionalized "defines" altogether ... but still no output on Serial1 or Serial2 (I don't have Serial3 hooked up in my project prototyping but can't see why it would work when the other two ports don't)

I have contacted Sigge (his handle) but he no longer supports the library and suggested I submit it to this forum for assistance.

Any help on this would be greatly appreciated!
Doug

Why do you need to use that library? All serial input and output is already buffered.