The RX1 and TX1 are for the hardware serial port Serial1. Serial1 is used the same as the regular Serial hardware serial port. To use Serial1 put a Serial1.begin(baudRate) function in setup(). Then you need to remove the software serial stuff.
The serial input basics thread may have information to help.