nRF52840 DK dual virtual COM

Dear,

I am using both nRF52840 UART (UART0 and UARTE1) on the nRF52840 DK.

The default pin assignement is used, such as

  • UART0 pins are TX/RX 0.6 & 0.5 and 
  • UARTE1  pins are TX/RX1.1 & 1.2

Using the nRF52840 board, virtual COM0 is tied to UART0

I want the second board virtual COM1 port to be tied to UARTE1

How can I do this ?

Thanks.

Nop

Parents
  • Hi,

    This is unfortunately not possible to do, as VCOM1 pins of the interface MCU is not connected to the nRF52840DK. The reason for the DK showing two COM ports when connected to a computer is that the same interface MCU is used on the nRF5340DK where both VCOMs are connected to the nRF5340.


    If you need another serial connection on the nRF52840DK you need use a standalone USB to serial adapter.

     

    Best regards,

    Bendik

Reply
  • Hi,

    This is unfortunately not possible to do, as VCOM1 pins of the interface MCU is not connected to the nRF52840DK. The reason for the DK showing two COM ports when connected to a computer is that the same interface MCU is used on the nRF5340DK where both VCOMs are connected to the nRF5340.


    If you need another serial connection on the nRF52840DK you need use a standalone USB to serial adapter.

     

    Best regards,

    Bendik

Children
Related