If your RC2014 serial module uses the RTS/CTS pins, you can disable JP3+4 and use jumper wires to connect the \textbf{Modem Port B} of the VT132 to your serial module,
as no bus pins are assigned to RTS/CTS.
The \textbf{FTDI Program} header outputs debug messages from the ESP32 microcontroller. You can connect another terminal (or a PC) to watch the debug output.
The output uses 115.200 baud, 8 data bits, no parity, 1 stop bit (8-N-1).
It is also possible to flash the ESP32 via this header. To enable the \textit{programming mode}, press and hold \textbf{Reset}, press and hold \textbf{Prog}, release \textbf{Reset}
and release \textbf{Reset}. Another firmware can now be uploaded, eg. via \texttt{esptool}.
\newpage
\section{Buttons}
The VT132 module offers two buttons:
\begin{itemize}
\item Reset
\item Prog
\end{itemize}
The hardware \textbf{Reset} button on the PCB reboots the ESP32 (EN line reset). This will cause both the VT100 terminal and the modem to reset.
Any unsaved settings (terminal and/or modem settings) will be lost.
\textit{Note:} The computer connected to the VT132 will not be reset, so after the reset, you will be in the same program as before.
The hardware \textbf{Prog} button is used to switch the baud rate of the modem. After each press of this button, the modem outputs its new
baud rate to the serial port - so you can press this button repeatedly until you can read your baud rate.