I am experimenting with the UART example. I can connect the nRF USB port to the USB port of my computer. I used realterm to see the serial output. The example works as described. My understanding is that the pin 0.06 (TXD) and pin 0.08 (RXD) are the real pins to generate the UART signal and they can be connected to RS232 port of computer (If a computer has one). In my opinion the USB connection is given on the DK to emulate the RS232 serial port behaviour.
My question is : - Can the pins 0.06 and 0.08 be connected to the RS232 port on the computer; if yes, do I have to worry about the voltage levels. ( Boards may generate 3.3 voltage level while it may not be compatible with voltage level of computer. Also are there any connection details. ( i.e. RXD to TXD of computer or RXD to RXD of computer).
Thanks in Advance