FTDI Community

General Category => General Discussion => Topic started by: paul0208 on September 03, 2020, 03:45:32 AM

Title: Regarding V2DIP2
Post by: paul0208 on September 03, 2020, 03:45:32 AM
Hi,
I got V2DIP2 and supply power it.
All 3 LED is working blinking.

I want to use it without any re-programming, just interworking FT232R device.
I put the FT232 dongle to USB connector and send the data thru FT232R device to V2DIP2.
But, there is no data on UART(IO12/13).

Is there any protocol on UART(IO12/13)?
V2DIP2 has two USB. If I put two FT232 dongle to USBs, how can I distinguish the data which dongle's data...?

I cannot find the detail datasheet.
I don't want to re-program the V2DIP2, just use your pre-made bin.
JP1/2 is not touched. expecting Serial UART mode.

I will use this product only adapting FT232 devices.

**** Is there any *simple&small* solution to support Ft232 device. I want only for supporting FT232R device.
Can I use VDIP1?

I have a host CPU with UART and SPI, no external Addr/Data BUS.

BR
Paul
Title: Re: Regarding V2DIP2
Post by: FTDI Community on September 04, 2020, 04:22:15 PM
Hello,

V2DIP2 is supplied with V2DAP firmware pre-programmed, but please check you have the latest version.
The latest version is supplied with the Vinculum-II Tools (https://www.ftdichip.com/Firmware/VNC2tools.htm) at the following location on the PC:

C:\Users\Username\Documents\FTDI\Firmware\Samples\V2.0.2-SP2\VNC1L\V2DAP

Please refer to the Vinculum Firmware User Manual (http://www.ftdichip.com/Firmware/Precompiled/UM_VinculumFirmware_V205.pdf) for usage.
Also see AN_176 - Vinculum Comparison of VDAP and V2DAP (https://www.ftdichip.com/Support/Documents/AppNotes/AN_176 Comparison of VDAP versus V2DAP.pdf), as V2DAP is a port of VDAP.

Also note that on the UART side you will also require to connect the flow control signals (CTS/RTS) and this should be set by the UART application.

You can only host 2 x FT232R which will allow you to read from either of them and use one of them at a time in data mode.
It will never bridge between them though.

The VNC2 is quite a mature product.
Hosting FT232 devices with these older Vinculum/Vinculum-II products can be unreliable.
It takes a lot of the MCUs resources to run the FT232 device code so there can be performance issues.
I wouldn’t recommend using these products for this application.

The latest MCU FT90x (http://www.ftdichip.com/Products/ICs/FT90x.html) has similar features to VNC2 and is actively supported from R&D, so you might want to consider this product.

Take a look at FT90x UART to FT232 Host Bridge (http://www.ftdichip.com/Support/SoftwareExamples/FT90X.htm#FT90x UART to FT232 Host Bridge), there is already a software example which can host FTDI devices.
A video has been created which demonstrates this:

https://youtu.be/_vwOKFaOcJI (https://youtu.be/_vwOKFaOcJI)

There are significant benefits of FT90x over VNC2:

-Eclipse based IDE
-Source code for API drivers is provided
-Significant performance improvement
-Firmware updates over USB DFU
-Improved documentation and examples

We provide a free FT9xx Toolchain (https://www.ftdichip.com/Firmware/FT90xToolchain.htm) and FT9xx Development Modules (http://www.ftdichip.com/Products/Modules/MCUModules.htm).

If you need local support see Contact Us (https://www.ftdichip.com/FTContact.htm).

Best Regards,
FTDI Community