@robski I managed to get it to work on Port B, defined the pins in Arduino and used:
Serial1.begin(9600, SERIAL_8N1, rX1, tX1);

Works well.