Configuring digital pins to serial output pins

Hi there, I am trying to transport data from an arduino lilypad USB to a sparkfun data logger. I am wondering if it is possible to configure digital pins on the lilypad to become serial output pins?

Any thought sat all would be helpful. Thanks!

lilypad has the 32u4?
I believe you can run softwareserial (on any two pins)

The Lilypad USB product page does claim that all pins can run SoftwareSerial. However not all pins on the 32U4 processor are capable of SoftwareSerial. It depends on exactly which ones are connected to (lily)pads.

I believe that claim on the Lilypad page is false. Looking at the SoftwareSerial library, you should follow the limitations specified for the Micro, which has the same processor. 9, 10 and 11 look like your best choices.