Hello.
I have implemented a simple source code to transmit UART data to a PC using the nRF52840-DK board.
I transmitted 0x31, 0x32, 0x33, and I have confirmed that this data is received correctly on the PC.

After confirmation, I have built the project to fit the custom development board with nRF52833 connected, and downloaded the corresponding source code onto it.
4. download
The desired results are not being received as opposed to the previous outcome.

I've checked the TX, RX pin configurations as well as the baud rate, stop bit, data bit, parity, and flow control values, but it seems like the issue lies elsewhere.
Since the received values are consistently the same, it appears that the issue is not related to the baud rate.
Could you give me advice that might help me guess the cause?