Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650
Hi all,
Is there a simple way to add UART to simple_peripheral_example for CC2650 ?
I want to send data using UART to a PC in PeriodicTask()
as simple like :
#define library
UART_Params_init ();
UART_open();
my data to prinft()
UART_write();
UART_close();
??
I was able to added the UART using SCS, but if the CC2650 have a UART peripheral module is better use it instead of a virtual UART...
