Hi,
I have modified the example project 'StreamSensorDataOverUsb', for transmitting the sensor data over USB to PC.
The portion of the code (in AppController.h),
#define APP_CONTROLLER_TX_DELAY UINT32_C (1000)
was changed to
#define APP_CONTROLLER_TX_DELAY UINT32_C (100)
for transmitting the data @ 10 Hz (10 samples per second)
But, the data rate I got is less than 10 Hz - Recorded data for 101sec, and obtained only 984 data packets instead of 1010 packets.
Please help me solve this.