FTDI Community

General Category => Discussion - Drivers => Topic started by: baum on October 23, 2019, 08:34:26 AM

Title: Problem with FT_GetStatus
Post by: baum on October 23, 2019, 08:34:26 AM
Hi,

I am using the D2XX software with a FT2232H which operates in the synchronous fifo mode. When I call the FT_GetStatus
function the number of bytes in the transmit queue are always reported as zero. I even disabled the logic which will read
from the fifo in FT2232H and after writing bytes to the FT2232H via the FT_Write function, the  FT_GetStatus function still
tells me there are no bytes in the transmit queue. I have no problems with the FT_GetQueueStatus function and the
FT2232H works as expected so far. Is there a software switch which will enable FT_GetStatus function to report the
bytes in the transmit queue or is it a feature of the DX22 software not reporting the  bytes in the transmit queue.

Regards,
Robert