BRT Community

General Category => General Discussion => Topic started by: eisenheim on April 19, 2021, 02:24:26 PM

Title: RST and AN configuration API
Post by: eisenheim on April 19, 2021, 02:24:26 PM
Hi all,

I there any library API for configure RST pin and AN pin of FT2232h chip?

Thanks for your Time.
Regards,
Aneesh
Title: Re: RST and AN configuration API
Post by: BRT Community on April 21, 2021, 04:34:47 PM
Hello Aneesh,

Note that this is the community forum for Bridgetek, not FTDI.
The FTDI community forum can be found here:

https://www.ftdicommunity.com/ (https://www.ftdicommunity.com/)

Anyway the reset pin is usually controlled by hardware.
It's active low so pulling it low will put the device into reset and pulling it high will bring it out of reset.

What is the AN pin?

If you are looking for APIs see below.

Virtual COM port (VCP (http://www.ftdichip.com/Drivers/VCP.htm)) drivers cause the USB device to appear as an additional COM port available to the PC.  Application software can access the USB device in the same way as it would access a standard COM port.
D2XX (http://www.ftdichip.com/Drivers/D2XX.htm) drivers allow direct access to the USB device through a DLL.  Application software can access the USB device through a series of DLL function calls.  The functions available are listed in the D2XX Programmer's Guide (http://www.ftdichip.com/Support/Documents/ProgramGuides/D2XX_Programmer's_Guide(FT_000071).pdf) document which is available from the Documents section of this site.

However, please note that FTDI have not produced a programmer's guide for VCP drivers due to the large amount of documentation available from Microsoft on serial communication.  Please refer to our Related Links (http://www.ftdichip.com/Support/Links.htm) page for more information.

Best Regards,
BRT Community