Re-writing Adafruit's AF_XPort library for Arduino IDE 1.0

SoftwareSerial xportserial(2,3); // we dont know the pins yet

Then don't declare an instance of SoftwareSerial here.

So, here is the modified AF_XPort code:

Well, half of it, anyway. Where is the header file?