Part Number: CC2652R7
Hi,
I'm using sensor controller as UART Emulator and integrated it in my project based on BLE Peripheral example. I want to know how to send TX break using UART Emulator.
I have found the below reference where they mention how to send break using UART emulator. My baud rate is 9600 and want to send break before sending data. But below one is not working for me. Help me on this.
scifUartSetBaudRate(9600);
scifUartTxPutChar(stBuff.data_buff[0]);
scifWaitOnNbl(500);
// Enable baud rate generation
scifUartSetBaudRate(19200);
scifUartTxPutChars(&stBuff.data_buff[1], u8Length-1);
Regards,
Madhusudhan

