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 ... 27 28 [29] 30 31 ... 61
421
Discussion - Drivers / Re: VCP Latency on Mac Catalina and Big Sur
« on: October 26, 2020, 03:47:22 pm »
Hello,

We are currently working on a .dext driver for the newer versions of macOS.
My current understanding is that the Info.plist file will be used in a similar way to .kext drivers to alter latency options within the driver.

Best Regards,
FTDI Community

422
Hello,

To use I2C/SPI master with FT232H, see AN_135 FTDI MPSSE Basics and our existing MPSSE Example projects:

http://www.ftdichip.com/Support/SoftwareExamples/MPSSE.htm

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. Example code is shown at I2C / SPI. AN_108 Command Processor For MPSSE and MCU Host Bus Emulation Modes provides the necessary information.

Option b is the best option to use the D2XX drivers direct (no dependency on libMPSSE library).

Best Regards,
FTDI Community

423
New Member Introductions / Re: Hello from the Netherlands
« on: October 21, 2020, 04:36:31 pm »
Hello,

You have already emailed our support1 team and we have replied with options available to you.

Feel free to post any additional information here to help other community users.

Best Regards,
FTDI Community

424
Discussion - Software / Re: Degree symbol
« on: October 20, 2020, 03:28:17 pm »
Hello,

One way is to create custom font characters with these special characters added.

When used individually, font characters are similar to bitmap images and can be displayed with a vertex command but if you want to use the characters within text strings of standard characters, you can also use the techniques shown in this draft application note below. It is built on the simple PIC framework from BRT_AN_008  but the same technique also works on other MCUs.

Here are the links to the draft document and the beta code,

BRT_AN_042_FT81x_Creating_font_with_special_characters%20DRAFT.pdf

BRT_AN_042_Source BETA.zip


Best Regards, FTDI Community






425
General Discussion / Re: 1 USB to 3 UART using FT4232H
« on: October 16, 2020, 12:17:51 pm »
Hello,

Yes the FT4232H can be utilised to provide up to 4 UART connections from a single USB device, each UART connection would present its own COM port to the host machine.

Best Regards,
FTDI Community

426
Hello,

Can you please ensure the 'Load VCP' option is ticked for the device.
Please reference the attached screenshot.

Best Regards,
FTDI Community

427
Hello

Please see TN_162 Bus Powered with Power Switching Configuration which should help.
   
Best Regards,
FTDI Community

428
Hello,

This is strange that the serial number and description is not visible from the FT_GetDeviceInfoDetail.

Are the serial number and description visible on the Ubuntu PC?

If so it could suggest that the USB Port is already open by other software.

Note that sudo (or running as root) is required to get full access to USB.

Best Regards,
FTDI Community

429
Hello,

You are already in contact with our support team on this issue via email.
Please post any resolution here to help other customers.

Best Regards,
FTDI Community

430
General Discussion / Re: FT60X custom firmware
« on: October 07, 2020, 11:30:11 am »
Hello,

Unfortunately it is not possible to write custom firmware for the FT60x series of ICs.

Best Regards,
FTDI Community

431
Discussion - Hardware / Re: Reading EEPROM memory with FT4222H bridge
« on: October 05, 2020, 04:40:19 pm »
Hello,

We will need some additional information in order to help you on this issue:

1.            What is the winbond spi flash model number?
2.            What is the operating IO mode (single/dual/quad)?
3.            Can you request provide your source code?

Please send us an email with this information:

https://www.ftdichip.com/FTContact.htm

Best Regards,
FTDI Community

432
Hello,

It can tell the end of the data by the BE (byte enable) signals. The 0x55 is an arbitrary value and is not actually accepted into the FIFO and so the value is not important.

The bus master asserts the signal for the valid bytes in a word strobe. Normally, all 4 bytes should be valid in a bus transaction except in the last word strobe when the data transaction length is not aligned at a word boundary. When BE[3:0]=0001 the FT602 knows that it is the end of data. The FT602 will also then see the header of the next frame and knows that the last frame has ended.

Best Regards, FTDI Community

433
Hi,

We are pleased to hear it's working well now,

Best Regards, FTDI Community

434
Hello,

You are already in contact with our support team on this issue via email.
Please post any resolution here to help other customers

Best Regards,
FTDI Community

435
General Discussion / Re: FT230X Flow Control
« on: September 23, 2020, 04:40:29 pm »
Hello,

Flow control is handled by the application program.

For example, with terminal programs like PuTTY or Tera Term there are settings available in the application that allow you to select the type of flow control. These typically use the VCP drivers.

If you wanted to use the D2XX drivers that would involve creating your own application program that would allow you to configure flow control. You can take a look at some software examples here:

https://www.ftdichip.com/Support/SoftwareExamples/CodeExamples.htm

TN_153 Instructions on Including the D2XX Driver in a Visual Studio Express 2013 Project is also useful.

There is no handshaking prior to configuration in software.

Best Regards,
FTDI Community

Pages: 1 ... 27 28 [29] 30 31 ... 61