Arduino Due and Touchshield Slide Serial Communication

Hello,

I'm trying to connect the Arduino Due with Liquidware's Touchshield Slide, and establish a communication between the two devices. However, the ports for serial communication for the Touchsheild are pins 2 and 3, which don't coincide with Serial communication pins 0 and 1 on the Arduino. Because I'm working in Arduino 1.5.2 Beta, the software doesn't contain the SoftSerial library to change the pin communication on the Arduino.

Is there anyway to work around the SoftSerial library missing / is there a current replacement? Anyway to switch communication to pins 2 and 3?

Any help would be appreciated :slight_smile:

Thanks,
-AtomicDragon