Hi NXP Team,
i am using KW45 as receiver and EATT_central.c example i am using as base code.
from transmitter i will get multiple bytes of data via BLE . we checked the time its taking to print data in receiver using shell ,its taking around 1ms to 2ms for printing 10bytes. but i am getting huge data from transmitter and to print that its taking too much time.
we tried with printing more than 10 bytes to 200 bytes ,its taking too much time.
Is nxp can confirm is shell used in EATT_central.c is blocking oor non blocking ?
please suggest what is the optimised way to print data over UART?
currently i am using Queue to take data from BLE and convert that raw data , i am trying to print that converted data using shell_write.
is there is role of Baud rate in data printing using shell?