Hi,
I want to receive serial data from Host-test, that is connected via BLE to a peripheral device that samples A/D at 1KHz and sends BLE data to Host-test when a 100-word data buffer is full, which happens every 0.1ms. Host-test is connected to PC and is supposed to transfer data at using UART. Data transfer takes about 1 sec which is equal to .2KBytes/Sec, and much slower than BLE data transfer rate. This is also the case when I tried data transfer using BTool. How can I increase data transfer rate?
Bests