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 ... 33 34 [35] 36 37 ... 60
511
Discussion - Drivers / Re: FTDI VCP driver on macOS Catalina
« on: May 01, 2020, 04:37:55 PM »
Hello,

Apple are moving from what are called Kernel Extentions (.kexts) to what are called Driver Extensions (.dexts) for the implementation of drivers starting in macOS Catalina (10.15). Currently .kexts are still supported in macOS Catalina, however after the beta release they issued an update which stopped our driver from loading. This update required our driver (FTDIUSBSerialDriver.kext) to be re-signed and notarized, we completed this process with an updated Apple Developer ID. Unfortunately when Apple issued our new Developer ID to re-sign and notarize the driver package they did so without the .kext support option enabled (as .kexts are being deprecated it is no longer automatically included). This is why there is a code signature issue with our driver, currently we are waiting on Apple issuing us with the correct Developer ID to be able to sign .kexts for macOS Catalina.

As such our current VCP driver available on the website has a signature issue and wont load. However if the device you are using implements a default FTDI VID/PID combination it should be picked up by the inbuilt AppleUSBFTDI.dext driver and present accordingly in the ‘/dev’ folder on your system in the following form:
/dev/cu.usbserial-xxxxxxxx
/dev/tty.usbserial-xxxxxxxx

Best Regards,
FTDI Community 

512
Hello,

We don't specifically support Monodevelop in Linux and have no knowledge of it, but maybe there are other community forum members who can help you.

The loopback example was written and built using Microsoft Visual Studio.
I would recommend testing this out on a Windows PC.
In addition, the FTD2XX_NET.DLL is provided for the Windows platform:

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

Source code for the wrapper is provided so you could develop your own C# wrapper which will work on Monodevelop in Linux.

Best Regards,
FTDI Community

513
Discussion - Software / Re: VNC2 ports
« on: May 01, 2020, 09:12:55 AM »
Hello,

Welcome to the FTDI Community,

Those changes seem fine.

      // UART_TXD to pin 29 as Output.
      vos_iomux_define_output(29, IOMUX_OUT_UART_TXD);
      // UART_RXD to pin 30 as Input.
      vos_iomux_define_input(30, IOMUX_IN_UART_RXD);
      // UART_RTS_N to pin 31 as Output.
      vos_iomux_define_output(31, IOMUX_OUT_UART_RTS_N);
      // UART_CTS_N to pin 32 as Input.
      vos_iomux_define_input(32, IOMUX_IN_UART_CTS_N);

If you have access to the default UART pins, it would be worth making sure your serial device can communicate with those using default firmware first of all. Note that RTS and CTS must be used as the device is set by default for hardware flow control and so no data will flow if not asserted (we always recommend this to avoid data loss).

Best Regards, FTDI Community

514
Discussion - Drivers / Re: FTD2XX_NET for UWP Applications
« on: April 30, 2020, 05:07:02 PM »
Hello,

Which type of host platform are you running the code on? Is it an x86, x64 or an ARM system?

Best Regards, FTDI Community

515
Hello Allen,

Our drivers may have a dependency on Windows Timer Resolution.
Some applications like Chrome for example may change the Windows Timer Resolution which can have an effect on all software that uses it.
We think it’s a bad practise from Microsoft to allow for the Windows Timer Resolution to be changed by applications, but it is out of our control.

The screen saver issue is not something that we have encountered before. Maybe disabling it is an option, or take a look at the other Windows settings?

Please take a look at the standard I2C examples provided with LibFT4222.

Best Regards,
FTDI Community

516
Discussion - Drivers / Re: Embedded Host FT232RQ
« on: April 30, 2020, 01:49:43 PM »
Hello,

The FT232R uses vendor class over USB and so we have our own API and driver. If you need to host the device from your own MCU which is not covered by one of our drivers, then you can request the API under NDA from us. Please send us an email at support1@ftdichip.com if you would like to discuss obtaining these under NDA.

Best Regards, FTDI Community

517
Hello,

We don't have a 64-bit version included with our Linux built at the moment but we are currently working on a build for 64-bit Linux. We should have a beta version soon and will let you know when it is available.

Best Regards, FTDI Community

518
Hello,

Please try a complete FTDI driver uninstall / reinstall with the following document instructions:

FTDI_Driver_Uninstall_with_2-12-28_Install.pdf

Otherwise there is something else going on with your setup.
Maybe some other people on the FTDI community has experienced this sort of issue before?

Also you are in contact with our US Support team. Feel free to post any resolution here to help other community users.

Best Regards,
FTDI Community

519
Discussion - Software / Re: FT4222 and PC as an I2C slave example?
« on: April 27, 2020, 04:35:56 PM »
Hello,

Is the device configured to be a different interface (I2C master?) before you try and initialise it as a I2C slave?
Do all of the function calls return with an FT_OK return code?


Best Regards,
FTDI Community

520
Test and Review Area / Re: libMPSSE Beta
« on: April 23, 2020, 10:50:39 AM »
Hello,

Please note that libMPSSE version 0.6 has now been released to the website:

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

This test and review post is now closed.

Best Regards,
FTDI Community

521
Hello,

We are dealing with your request via email.
Please feel free to add any resolution here when complete to help other community users.

Best Regards,
FTDI Community

522
Discussion - Software / Re: USB Keyboard Host on VNCII
« on: April 16, 2020, 04:37:22 PM »
Hello Kaspro,

The FT90x will handle this better than VNC2.

You are also in contact with our support team on this issue via email.
Feel free to post any resolution or information from the email support to help other forum users.

Best Regards,
FTDI Community

523
Discussion - Hardware / Re: FTDI GPIO parasitic current
« on: April 08, 2020, 04:54:59 PM »
Hello Jeff,

Power should always be applied to the device when in use.
VCC and VCCIO should be applied at the same time.

When the board is powered off, do not apply any voltages to the IC pins.
There might be some current draw but this is not specified because the device can be in unknown states.

It may be advisable to add a buffer or MOSFET gated with PWREN# to avoid such behaviour.

Best Regards,
FTDI Community

524
Discussion - Software / Re: USB Keyboard Host on VNCII
« on: April 07, 2020, 04:33:44 PM »
Hello,

Yes the FT90x can be used with an external HUB allowing for BOMs and HID class hosting.

Best Regards,
FTDI Community

525
Discussion - Software / Re: USB Keyboard Host on VNCII
« on: April 03, 2020, 04:33:52 PM »
Hello,

Vinculum and Vinculum-II are quite old solutions and it don’t seem to work with a lot of newer devices due to changing designs. Note that is only a Full Speed (12Mbits/second) controller.
These mature products have not had any development for years and have been superseded by FT9xx.

The best option would be to use the FT90x MCU, however note that this only includes 1 x USB Host and 1 x USB Device controller.
This uses a USB 2.0 Hi-Speed (480Mb/s) controller.

You could take a look at the following examples to host HID class devices:

AN_360 FT9xx Example Applications

There are significant benefits of FT90x over VNC2:

-Eclipse based IDE
-Source code for API drivers is provided
-Significant performance improvement
-Actively in development by R&D
-Improved documentation and software examples

We provide FT9xx Development Modules and a free FT9xx Toolchain for custom application development.

Best Regards,
FTDI Community

Pages: 1 ... 33 34 [35] 36 37 ... 60