Part Number: CC2650
Tool/software: TI-RTOS
Hello,
Currently I am working on cc2650 Launch Pad project zero.
Using Android app: BLE Scanner I'm communicating with the launchpad.
Using app I'm able to send data to cC2650 and then further transmitting the same data uart. Using terminal software I'm able to view the uart data
For example if I send "Hello" from app to launchpad, I am able to See data as follows
#0001[10.645] "project Zero.c" Line 966 :Hello
The problem is I only want to transmit Hello and ignore the remaining part.
How is the other part generated in Uart communication and how can I remove it.