QN9080-001-M17-BLE-Cancel manual message sending

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

QN9080-001-M17-BLE-Cancel manual message sending

667 Views
1758793535
Contributor I

    Every time 001-m17 sends data, you need to press "Ctrl + enter". Which function of "wireless—UART" does "Ctrl + enter" correspond to? How to remove this restriction?

 

发送按键.png项目工程文件.png

0 Kudos
2 Replies

645 Views
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hi,

 

The Wireless UART example expects to receive an ASCII char from Tera Term to send it Over the Air. In code, this is handled with CallBacks (Uart_RxCallBack, UartStreamFlushTimerCallback, BleApp_FlushUartStream).

The BleApp_FlushUartStream collects the data from the serial manager, and then, sends it Over the Air.

FlushUartStream.png

 

Hope this makes sense

Best Regards,

Ricardo

0 Kudos

633 Views
1758793535
Contributor I

HI

If I press "Ctrl + enter" on the keyboard, the function circled in red will be executed.

Thank you!

0 Kudos