BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Author Topic: RST and AN configuration API  (Read 9311 times)

eisenheim

  • Newbie
  • *
  • Posts: 1
    • View Profile
RST and AN configuration API
« 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
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 743
    • View Profile
Re: RST and AN configuration API
« Reply #1 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/

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) 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 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 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 page for more information.

Best Regards,
BRT Community
Logged