@Nemiah, Serial will write to the USB serial port while Serial1 writes to the RX/TX pins. What are the RX/Tx pins connected? How are you “receiving” data? Which Serial library are you referring to?
A UART uses an NRZ protocol (Non Return Zero) so with nothing connected to TX, simply doing Serial1.begin(1200); should make the TX pin go HIGH.