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 ... 25 26 [27] 28 29 ... 60
391
Discussion - Software / Re: Zeros in output from FT220X (C#)
« on: December 04, 2020, 04:32:39 PM »
Hello,

Please refer to the FT220X Product Page:

https://www.ftdichip.com/Products/ICs/FT220X.html

Please note that this is not an SPI master.

FT220X implements FT1248 which is a proprietary FTDI interface that allows for a synchronous parallel/ serial interface where the data bus may be 1, 2, 4 or 8 bit wide.
This is not a standard SPI slave.

Data transfer rates up to 1MByte/s.

These app notes should help you:

AN_206 FT1248-1 Bit SPI
AN_167 FT1248 Dynamic Parallel/Serial Interface Basics
AN_173 Establishing FT1248 Communications using a Morph-IC-II

Have you considered our latest SPI slave product the FT4222H?
Do you require an SPI master or slave?

Best Regards,
FTDI Community

392
Discussion - Drivers / Re: VCP driver on macOS 11
« on: December 02, 2020, 10:22:52 AM »
Hello,

The .kext version of the VCP driver will not load on macOS 11 and shouldn't be inadvertently claiming devices connected to the machine.

Best Regards,
FTDI Community

393
Discussion - Drivers / Re: What says FT_DEVICE_LIST_INFO_NODE type?
« on: December 01, 2020, 04:39:25 PM »
Hello,

Yes that is correct. Please refer to the D2XX Programmer's Guide:

FT_DEVICE (DWORD)
FT_DEVICE_232BM = 0
FT_DEVICE_232AM = 1
FT_DEVICE_100AX = 2
FT_DEVICE_UNKNOWN = 3
FT_DEVICE_2232C = 4
FT_DEVICE_232R = 5 (also includes FT245R)
FT_DEVICE_2232H = 6
FT_DEVICE_4232H = 7
FT_DEVICE_232H = 8
FT_DEVICE_X_SERIES = 9

Best Regards,
FTDI Community

394
Discussion - Drivers / Re: VCP driver on macOS 11
« on: December 01, 2020, 02:01:28 PM »
Hello,

The inbuilt apple driver (AppleUSBFTDI.dext) should work with any default FTDI VID/PID combination.
The FT232R default VID is 0x0403 and its PID is 0x6001, this definition is included in the Info.plist file for the AppleUSBFTDI.dext.

On macOS 10.15 we had noticed that a Wacom Tablet driver was preventing both our VCP driver and apples VCP driver from attaching to devices and providing a COM port in the '/dev' folder. This may still be the case for some of your customers on Big Sur, however it could be an issue with the Apple driver itself.

I will contact the driver development team to see if they can request Apple to open up their driver, however I cannot guarantee this will be possible.

Best Regards,
FTDI Community

395
Discussion - Drivers / Re: VCP driver on macOS 11
« on: November 30, 2020, 01:59:47 PM »
Hello,

Yes that is correct, Apple develop their VCP driver independently from our VCP driver.

Best Regards,
FTDI Community

396
Discussion - Drivers / Re: VCP driver on macOS 11
« on: November 24, 2020, 04:33:06 PM »
Hello,

My understanding is that the Rosetta 2 binary translator will allow for x86_64 libraries and applications to run on the new Apple M1 processors with minimal performance loss. But I will raise this with the developers and see if they can clarify.

We of course intend to rebuild the libftd2xx.dylib for the ARM platform, but we are currently concentrating on the VCP .dext transition.

Best Regards,
FTDI Community

397
Discussion - Drivers / Re: VCP driver on macOS 11
« on: November 24, 2020, 03:15:09 PM »
Hello,

The D2XX driver is a dynamic library file on macOS and is not related to the kernel/driver extension migration currently happening with the VCP driver.

What issues are you seeing with the D2XX driver?

Hi,
we are in a similar situation here, we currently use libftd2xx.dylib with our VID/PID. Do you plan to release a libftd2xx.dext?

Best Regards,
Daniele

Best Regards,
FTDI Community

398
Hello,

There was nothing wrong with what you are doing except reading from port 0 when there was no device there.

Best Regards,
FTDI Community

399
Hello,

You need something connected to the UART with CTS / RTS flow control signals.
Or set it to UART_FLOW_NONE.
At some point it writes enough to the UART to be waiting for a flow control event.

// set flow control
uart_iocb.ioctl_code = VOS_IOCTL_UART_SET_FLOW_CONTROL;
uart_iocb.set.param = UART_FLOW_RTS_CTS;
vos_dev_ioctl(hUART, &uart_iocb);

Best Regards,
FTDI Community

400
Discussion - Drivers / Re: VCP driver on macOS 11
« on: November 23, 2020, 03:59:36 PM »
Hello,

Thanks for the details.
Just to confirm you are seeing this error only on big sur with the inbuilt apple driver?

Best Regards,
FTDI Community

401
Discussion - Drivers / Re: VCP driver on macOS 11
« on: November 23, 2020, 02:17:18 PM »
Hello

It is now 5 months since the first developer beta of Big Sur, why is there still no updated driver? Can there be at least an update on how far along it is, 10%? 90%?

Are you using a device with a non default VID/PID combination?

As far as I am aware our developers are still waiting on Apple clarifying some questions on .dext development. Unfortunately I do not have an updated schedule for release at this point. But this is a top priority for us and I will update when I have any new information.

Best Regards,
FTDI Community

402
Discussion - Software / Re: Help Using Transparent PNGs
« on: November 20, 2020, 11:37:54 AM »
Hello,

Yes that is correct to make use of a transparent image on EVE you are required to make use of one of the image formats that support an Alpha channel.

The following formats include an alpha channel:
  • ARGB2
  • ARGB4
  • ARGB1555
  • PALETTED8
  • PALETTED4444

You can use the EVE Asset Builder utility to perform the image conversion.

Best Regards,
FTDI Community

403
Hello,

FT_IO_ERROR usually points to a hardware issue.

Please test with our known good hardware:

https://www.ftdichip.com/Products/Modules/SuperSpeedModules.htm

Also reference our known good software:

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

The post creator 'randomEngineer' may also be able to provide you with information from his original issue.

Best Regards,
FTDI Community

404
Hello,

We have tried this and can’t get it to fail.

We copied and pasted your supplied code, compiled it and tested.

We cannot get it to fail even with the SPI turned on.

The #define USE_SPI is in the wrong place in the code though. Should be in this order:

#define USE_SPI
#include "USBHostHID2.h"

This is unlikely to be the cause though.

> instead of one press one release, I get two presses followed by two releases.

You will, as there may be key presses that overlap... i.e. F key down, G key down, F key up, G key up.

Maybe some other community users will be able to help you further.

Best Regards,
FTDI Community

405
Discussion - Drivers / Re: FTD2XX DLL not loaded
« on: November 17, 2020, 04:35:17 PM »
Hello,

What hardware are you using exactly?

What software are you using and what is the error message?

We have no knowledge of ECMSpy.

If it's not one of our products, although it utilises our device, I am unable to support it.
Product Manufacturers are responsible for supporting end-users of their products.
FTDI cannot control how the USB ICs are used and often has no knowledge of the entire product.
Please see the following document for reference:

http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_102_OEM_Technical_Support_Requirements_for_FTDI_Products.pdf


If the product uses our standard driver (note that it may use custom drivers), usually windows will automatically find and install the driver if you are connected to the internet. Simply plug the device into the PC.
However, you can use the setup executable found on our website.
Note: you may need to save to PC, right-click and select run as administrator.
This will install the drivers on your PC with licensing information, so next time you plug in the device the device should be enumerated with those drivers.

Also, we cannot support any virtual type OS. There can be all sorts of problems that are out of our control.
You can find our supported drivers here:

http://www.ftdichip.com/FTDrivers.htm

If your target OS is Windows or Linux, please use it directly on that OS without any virtual machine.

Best Regards,
FTDI Community

Pages: 1 ... 25 26 [27] 28 29 ... 60