It's possible you can't use the Serial.print etc functions, although you probably can if you wrap the transmit in the pin swap code
Code:
pinMode(txpin, OUTPUT);
Serial2.print ("xx");
pinMode(txpin, INPUT);
Serial2.print ("xx");
pinMode(txpin, INPUT);
Sort of thing.
I know we had a similar thread about some time ago (although with software serial) and this worked.
______
Rob
