Can i can first call the API to get the datasize available and then call again with datasize i receive in previous call? Ex. call API to read 5 bytes since my 5th byte is datasize available. i.e. USBCDCD_receiveData (5) then call the API with datasize. i.e. USBCDCD_receiveData (datasize) Nitesh
↧