FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.

Messages - FTDI Community

Pages: 1 ... 11 12 [13] 14 15 ... 61
181
Discussion - Software / Re: What is VCOM functionality exactly?
« on: April 19, 2022, 04:54:01 pm »
Hello,

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.

Unfortunately you can't communicate over SPI through VCOM interface. LibMPSSE and the MPSSE Engine can only be configured via the D2XX drivers.

Best Regards,
FTDI Community

182
Discussion - Software / Re: VNCII Host Keyboard
« on: April 07, 2022, 03:51:07 pm »
Hello,

You are already in contact with us via email about this enquiry.

Please feel free to post any resolution here to help other community users.

Best Regards,
FTDI Community

183
Hello,

I believe this project will be able to help you https://www.ftdichip.com/Support/Documents/AppNotes/AN_195_Vinculum-II_UART_to_SPI_Master_Bridge.pdf.This demonstration application will bridge a VNC2 UART to the VNC2 SPI Master for controlling SPI slave devices. Data is transferrable in both directions.

The default SPI master parameters are SPI mode 0 with a 50kHz clock. Data will be sent MSB first.
The file may be used on 32, 48 or 64 pin packages.

also you should have a look at https://ftdichip.com/wp-content/uploads/2020/08/AN_142_Vinculum-II_Tool_Chain_Getting_Started_Guide.pdf.

all of our VNC2 documentation can be found on the product page, under the documents tab https://ftdichip.com/products/vnc2-48q1c/ .

Best Regards

FTDI Community

184
Hello,

Thank you for your post.

As a note, the http://www.brtcommunity.com/ forum is now available for any EVE related questions.

The image showing as a white box on the screen indicates that the bitmap is attempting to display, but the source for the image data is not being read correctly.

There are some notes on how to display images in the followi9ng application note (see section 7):
https://ftdichip.com/wp-content/uploads/2020/07/BRT_AN_014_FT81X_Simple_PIC_Library_Examples.pdf

Could you possibly provide the intended image to be displayed, and what settings you have utilized when converting the image?

Best Regards,
FTDI Community

185
Hi Gregg,

Don’t do this – OE needs to be controlled by a separate signal from the downstream FPGA.

RD# needs to be throttled by the FPGA according to the state of the RXF# flag.

could you please fill out the attached survey form?

Best Regards

FTDI Community


186
Discussion - Hardware / Re: FT4232H What controls the PWREN# pin
« on: March 28, 2022, 04:44:19 pm »
Hello,

PWREN# will go low when the device is enumerated by the Host and it may change state is the device goes into suspend mode.

As you are looking for functionality to toggle when MPSSE mode has been initiated, you could consider using one of the I/O pins as GPIO in MPSSE mode. So your software could toggle a pin after you enter MPSSE mode.

See AN_411 FTx232H MPSSE I2C Master Example in C which demonstrates GPIO usage with MPSSE (not using LibMPSSE).
This could be used as a base to understand using both I2C/GPIO in the same code.
OK this example is for I2C but the same principles apply to SPI.

More information can be found in AN_108 Command Processor For MPSSE and MCU Host Bus Emulation Modes.

Best Regards,
FTDI Community

187
Hi,

all the CBUS pins are programmable through FT_PROG, https://ftdichip.com/wp-content/uploads/2020/08/AN_124_User_Guide_For_FT_PROG.pdf. Section 2.4 of the FT232H datasheet shows the ACBUS signal options https://ftdichip.com/wp-content/uploads/2020/07/DS_FT232H.pdf.

however, they can only be controlled when the device is in UART mode.

Best Regards,

FTDI Community

188
Discussion - Drivers / Re: Windows FTDI 2.14.1.3 driver
« on: March 25, 2022, 04:00:48 pm »
Hello,

driver version 2.14.1.3 was a development driver that was not for general release. it has the same core functionality as the latest driver on the website.

i recommend that you uninstall 2.14.1.3 using our CDM uninstaller and then download the latest driver from the website.

CDM Uninstaller
https://ftdichip.com/drivers/vcp-drivers/ 

when using the CDM uninstaller run it with the VID (0x0403) only.

Best Regards

FTDI Community 

189
Discussion - Software / Re: libMPSSE not working with new D2XX drivers
« on: March 24, 2022, 04:48:24 pm »
Hello,

LibMPSSE can't be used with UMFT201XB as the FT201X does not have an MPSSE Engine inside.

FT232H, FT2232H and FT4232H can be used with LibMPSSE.
Note that these can be I2C masters only.

FT201X can only be an I2C slave.

You may be interested in AN_255_USB to I2C Example using the FT232H and FT201X devices.
The software can be downloaded here:
https://ftdichip.com/wp-content/uploads/2020/07/AN_255-Files.zip

Best Regards,
FTDI Community

190
Hi
You could invert these signals using the FT prog utility.

From the "hardware specific" section there is an "Invert RS232 signals" section.  TX/RX can be inverted from there. 

Regards
FTDI Community 

191
Hello,

what version of Linux are you using? our Linux VCP drivers can be downloaded from our website https://ftdichip.com/drivers/vcp-drivers/.

are you sure that the FT4232H mini module being powered correctly? depending on the power configuration you are using, there are some external connections needed. Section 3 of the module datasheet explains this https://ftdichip.com/wp-content/uploads/2020/07/DS_FT4232H_Mini_Module.pdf.

Best Regards,

FTDI Community.

192
Discussion - Software / Re: UMFT201
« on: March 08, 2022, 05:09:12 pm »
Hello,

You have already contacted our technical support team on this matter via email.

Please feel free to post any resolution here to help other community users.

There may also be other FTDI Community users who will be able to help you.

Best Regards,
FTDI Community

193
Hi,
What version of LibMPSSE are you using?  The latest version of libMPSSE is v0.6:
https://ftdichip.com/software-examples/mpsse-projects/libmpsse-spi-examples/

You could add debug commands to try and figure out where the delays are, Another option is not to use libMPSSE and use the d2xx drivers direct:

To use I2C/SPI as a master, see AN_135 - MPSSE Basics and our existing MPSSE Example projects:
https://ftdichip.com/wp-content/uploads/2020/08/AN_135_MPSSE_Basics.pdf
https://ftdichip.com/software-examples/mpsse-projects/

There are two options to use I2C/SPI modes with the MPSSE engine:
 
a.   Use LibMPSSE libraries. Example code is provided with the download.
b.   Use D2XX drivers direct.  AN_108 provides the necessary information
https://ftdichip.com/wp-content/uploads/2020/08/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf

Regards
FTDI Community 


194
Can you provide more detail please?
You are using UMFT221X.  What code etc, etc ......

Regards
FTDI Community

195
Discussion - Hardware / Re: FT2232H - PWREN# rising up with no reasons
« on: February 25, 2022, 04:35:58 pm »
Hello,

It sounds like there are hardware issues with your custom PCB.

Details on PWREN#:

Active low power-enable output.
PWREN# = 0: Normal operation.
PWREN# =1: USB SUSPEND mode or device has not been configured.

Please contact your local support office and we can review your schematics:

https://ftdichip.com/technical-support/

We do also have FT2232H based hardware that you can use for test, evaluation and reference.
Scroll down to products found here:

https://ftdichip.com/?s=ft2232h&post_type=product

Best Regards,
FTDI Community

Pages: 1 ... 11 12 [13] 14 15 ... 61