01-27-2016, 04:31 PM
I'm just wondering if this is an issue with the FTDI API. If I use
it seems to max out at 65,536. However, if I bypass this and use
and set dwBytesToRead to 512*1024 then it is possible for lpdwBytesReturned to be higher than 65,536.
Kind regards,
Francis
Code:
FT_GetQueueStatus(ftHandle, lpdwAmountInRxQueue)
it seems to max out at 65,536. However, if I bypass this and use
Code:
FT_Read(ftHandle, lpBuffer, dwBytesToRead, ldpwBytesReturned)
and set dwBytesToRead to 512*1024 then it is possible for lpdwBytesReturned to be higher than 65,536.
Kind regards,
Francis
Dreamland Fantasy Studios
http://www.dfstudios.co.uk
http://www.dfstudios.co.uk