Hi Nordic
Q1.
HW: nrf9160 customer board. One USB-to-RS232 cable is used for PC sending AT commands (UART2).
Another USB-to-RS232 cable is used for PC collecting modem trace (UART1).
FW: modem version 1.3.5 + ncs2.4.2 serial lte modem (modem trace enabled)
After opening cellular monitor, it needs "SELECT DEVICE".
If testing DK board, there are three COM port at one device. Modem trace can work.
However, for my board, it shows two devices. Each one has its COM port. For my case, how to work modem trace?
Thanks for your support.
Q2.
For modem trace COM port, did it have specific baud rate options?
Edit overlay file as below, and then prestine build at VS code.
I found 38400, 115200 and 1000000 are compile successfully.
But, 230400 and 256000 are compile with FATAL error.
&uart1 {
current-speed = <115200>;
};
So, could you provide complete baud rate options for modem trace?
Thanks
Jeff