I want to use sciReceive api for reception of data with different length each time.
void sciReceive(sciBASE_t *sci, uint32 length, uint8 * data)
example :
1st time if I want to receive data : abc (3 byte length)
2nd time if i want to receive data : qwerty (5 byte)
What if the data length on my serial port is different each time?