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_USA

Pages: [1]
1
Terry:

You can make "sudo" built-in as follows.

Making the following change to the /lib/udev/rules.d/50-udev-default.rules file allows you to run d2xx applications without the need to ‘sudo’ them:


SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, MODE=”0664″
to :
SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, MODE=”0666″
 
This has been tested on a Ubuntu 20.04 VM, and works quite well when testing with an FT232R and the EEPROM/read example.
 
 
A customer noted the following udev rule which should do the same thing, and be less of a security risk (this would be for a single device, but could be modified for all FTDI devices):
 
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="faf0", GROUP="users", MODE="0666"

Best Regards,
Cameron Forbes,  USA Support

2
Linus:

Here is the HighTail FTP link for our 64 bit Linux LibMPSSE library:
[url][https://spaces.hightail.com/receive/8xGjIDeabe/url]



Best Regards,
FTDU USA

3
General Discussion / Re: Vinculum Midi Host USB
« on: March 10, 2022, 11:23:28 PM »
Hello:

It may be possible to modify our CDC Host driver code (included with the VNC2 IDE) to work with your MIDI devices Miscellaneous Class (0xef) Audio Streaming sub-class (0x02)

You can find the CDC Host driver app note (AN_171) here:
https://ftdichip.com/wp-content/uploads/2020/08/AN_171_Vinculum_II_USB_Host_Using-_the_CDC_Driver.pdf

You can also contact me by email:   us.support@ftdichip.com

Best Regards,

USA Support

4
General Discussion / Re: Vinculum Midi Host USB
« on: March 07, 2022, 10:11:45 PM »
Carlo:

The VNC2 embedded host controller only supports a limited number of USB Device Classes.

I'm afraid the VNC2 drivers do not support MIDI class devices.


Best Regards,
Cameron Forbes,  FTDI USA

5
General Discussion / Re: Vinculum Midi Host USB
« on: February 16, 2022, 12:22:55 AM »
Carlo:

Need more information about the USB to MIDI device. Please run our USB View utility, highlight the MIDI device, and send me a screenshot.
https://ftdichip.com/wp-content/uploads/2020/07/usbview.zip


Best Regards,
Cameron Forbes, FTDI USA

6
Discussion - Software / Re: FT2232H random error on one channel
« on: May 19, 2021, 09:21:51 PM »
Bonhomme:

Have not yet received your design schematic.

Please send it to us.support@ftdichip.com in PDF format.

Are you using the FT2232HQ or FT2232HL chip?

Best Regards,
Cameron Forbes,  FTDI USA Customer Engineering

7
Discussion - Software / Re: FT2232H random error on one channel
« on: May 18, 2021, 06:19:13 PM »
Bonhomme:

What version of the Linux kernel are you using?

What baud rate are you using?

How much data are you transferring per session?

Are you using a Linux TTY such as PuTTY, or you own Linux COM port code?

Please send your design schematic to  us.support@ftdichip.com

Best Regards,

Cameron Forbes, FTDI USA Customer Engineering

8
Discussion - Software / Re: FT260 UART-HID bridge problems
« on: April 22, 2021, 07:02:26 PM »
Hello:

What OS are you using to talk with the FT260?

If you are running Windows, we offer the LibFT260 dll for configuring/communicating the FT260 as a USB-HID to UART bridge:
https://ftdichip.com/wp-content/uploads/2021/02/LibFT260-v1.1.3.zip

Best Regards,
FTDI US Support

9
Discussion - Hardware / Re: Connecting unused pins on the VNC1L?
« on: October 26, 2020, 08:45:49 PM »
Anders:

The unused pins on the VNC1L can be left floating.

Answer:  The unused pins on the VNC1L can be left floating.

Also keep in mind the VNC1L only offers “managed mode” SPI Slave functionality, while the VNC2 supports both SPI Master and SPI Slave in unmanaged mode.


Best Regards,
FTDI USA

10
New Member Introductions / Re: Hello from the Netherlands
« on: October 20, 2020, 05:59:09 PM »
Jos:

The following applications note describes the programming protocol for the VNC2:
https://www.ftdichip.com/Support/Documents/AppNotes/AN_118_Migrating_Vinculum_Designs_From_VNC1L_to_VNC2-48L1A.pdf

Feel free to continue our conversation by email:
us.support@ftdichip.com

Best Regards,

FTDI_USA

11
Hello:

The VNC1L SPI interface is only available as a SPI slave and uses "managed mode" SPI, which is not commonly used.

The VNC2-32L1C can be configured as a SPI slave or master, and supports "unmanaged SPI", which makes it compatible with industry standard SPI interfaces.

Feel free to contact me via  us.support@ftdichip.com  going forward.



Best Regards,

FTDI USA

13
Correct, the Verilog example in the tech note was designed for Sync FIFO.
Afraid we don't have an Asynchronous FIFO loop back example in Verilog.

For the Asynchronous FIFO example in TN_167, one channel of our FT2232H was used in bit-bang mode, and the receiving channel was configured as Asynchronous FIFO.  The  Asynchronous FIFO WR input was toggled by an external function generator.

Best Regards,

FTDI USA Support

14
You can find all the details on interfacing with our FIFO ICs in Tech Note TN_167:
https://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_167_FIFO_Basics.pdf

Best Regards,

FTDI USA Support

Pages: [1]