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 ... 29 30 [31] 32 33 ... 60
451
Hello,

Please refer to our software examples for working examples:

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

There are also software examples provided with the D3XX driver download.

These examples demonstrate both read and writes using FT60x.

There may be other FTDI Community users who can help further.

Best Regards,
FTDI Community

452
Hello,

Thanks for the information.

We can confirm there is a bug with FT_Prog 3.8.128.448 when using FT2232H and we have created a beta to fix this.

Please find the beta version at the following link:

https://www.ftdicommunity.com/index.php?topic=537.0

Best Regards,

FTDI Community

453
Test and Review Area / FT_PROG
« on: August 14, 2020, 09:25:27 AM »
Hello,

We have created a new version of FT_PROG to fix programming issues with FT2232H/FT4232H.

This can be downloaded from our FTP server:

FT_Prog_v0.0.127.511 Installer.exe

Please let us know if there are any additional issues.

Best Regards,
FTDI Community

454
Hello,

You are already in contact with our support team via email.

Feel free to post any resolution here to help other community users.

Best Regards,
FTDI Community

455
Hello,

Good catch!
Yes the examples tend to initialize only 1 USB port from the 2 available, and in the case of the V2DIP1-32 this isn't the USB port that is pinned out on the module.

Best Regards,
FTDI community

456
Hello,

Can I get you to try the following files in your project to see if they help?
BOMS files

Some instructions:
Replace the “.a” files in
C:\ProgramData\FTDI\Vinculum II Toolchain\Firmware\Drivers\lib
and the “.h” files in
C:\ProgramData\FTDI\Vinculum II Toolchain\Firmware\Drivers\include


Unfortunately if these do not help it may indicate the enumeration issue could be related to the USB drives hardware.
Flash drives are a commodity product and are designed as such, often you find these are not designed to the applicable specs.
It may be worth using flash drives you can guarantee from the manufacture which are designed to a standard with proper bill of materials control. And which would guarantee that their devices were identical and would work the same throughout the lifetime of the product.

Best Regards,
FTDI Community


457
Hello,

Looks like the firmware cannot enumerate the USB driver.

The Vinculum firmware support BOMS devices formatted in FAT12, FAT16 or FAT32 file systems only where the sector size is 512 bytes.
 
You can determine the sector size by entering the following command into a windows command promt:
 
wmic DISKDRIVE get bytespersector, caption
 
Data displayed:

BytesPerSector  Caption
512             TOSHIBA DT01ACA050 SCSI Disk Device
512             SanDisk Cruzer Blade USB Device

Best Regards,
FTDI Community

458
Discussion - Hardware / Re: FT601B Ft_readpipe return 32(other error)
« on: August 04, 2020, 04:44:42 PM »
Hello,

The symptoms that you are describing is pointing to an issue with the hardware or cable.
Please check your design with the information provided in our previous post.

Also check that you are using a certified SuperSpeed USB cable.

You can also contact your local support team in China to check your hardware design:

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

Best Regards,
FTDI Community

459
Discussion - Hardware / Re: FT601B Ft_readpipe return 32(other error)
« on: July 30, 2020, 03:22:35 PM »
Hello,

It sounds like there may be some kind of marginality in the hardware or the cables.

It is worth checking your design against these guidelines and the schematics of our evaluation boards provided in the datasheet to see if there are any issues with the hardware. Other external factors such as the power supply can also cause issues.
 
https://www.ftdichip.com/Support/Documents/AppNotes/AN_430%20FT60X%20PCB%20Layout%20Guidelines.pdf
https://www.ftdichip.com/Products/Modules/SuperSpeedModules.htm

Best Regards,
FTDI Community

460
Discussion - Software / Re: Registering the FTD2XX.DLL
« on: July 30, 2020, 02:14:45 PM »
Hello,

I cannot provide the source for the D2XX DLL itself, but the source for the .net wrapper is available at the following:
https://www.ftdichip.com/Support/SoftwareExamples/CodeExamples/CSharp/FTD2XX_NET.zip

Best Regards,
FTDI Community

461
Hello,

Thanks for the description, it sounds to me like there is not an FTDI IC included in this configuration, and the intended use is to communicate with the device via a native COM port on the PC. The OEM provided cable having a DB9 (COM port) connector on the far end would indicate this.

The USB view screenshot also indicates that no FTDI device is connected to the PC.

Best Regards,
FTDI community

462
Discussion - Software / Re: Overlapping widgets
« on: July 28, 2020, 01:51:12 PM »
Hello,

Yes, you can set the COLOR_A before widgets such as keys and it will set the alpha value to give them transparency.

Large buttons use quite a lot of Display List resources and so if your aim of the large button in the background behind the keys is just to detect if pressed between the keys, a tagged rectangle under the keys would do the same job. You can even make it invisible by setting the alpha to 0 if it is only for touch sensing purposes.

Alternatively, you can set the CLEAR_TAG before calling the CLEAR(1,1,1) at the start of the command list and this will set the tag which you get if you touch any area of the screen which is not containing a tagged object.

You can also make custom keys instead of the keys widget by using small equally sized bitmaps as bitmap cells (thereby allowing you to load many buttons on the same bitmap handle) and so could have icons or images on them.

Best Regards, FTDI Community


463
Discussion - Software / Re: Registering the FTD2XX.DLL
« on: July 27, 2020, 12:12:37 PM »
Hello,

Unfortunately we do not have any experience doing this here at FTDI.
I did find the following link however, maybe this is helpful for you:
https://community.dynamics.com/gp/b/azurecurve/posts/registering-dotnet-dlls

Best Regards,
FTDI Community

464
Hello,

If you can take a capture using our USBView utility highlighting the device (similar to the attached capture) then we can see if the device in-fact needs the default FTDI drivers.

I am also curious about how you are connecting this to the host PC, did the OEM supply a cable? (as the connection on the box is RJ45).

Best Regards,
FTDI Community

465
General Discussion / Re: FT_SetEventNotification - Thread block
« on: July 24, 2020, 04:40:33 PM »
Hello,

There are software examples provided in the D2XX Programmer's Guide for FT_SetEventNotification.

Have you also reduced the latency timer?
Note that the minimum latency timer for full speed USB devices is 2ms, and for High Speed USB devices is 1ms.
The default latency timer is 16ms.
The easiest method to use would be through the D2XX Drivers using:
FT_SetLatencyTimer
The application code would need to set this each time it’s executed.

Best Regards,
FTDI Community

Pages: 1 ... 29 30 [31] 32 33 ... 60