The interface provides true 5V / 3.3V / 2.8V / 1.8V CMOS drive output and TTL input. Additionally with an option for high I/O pin output drive. It includes integrated USB resistors and a power-on-reset circuit. The fully integrated clock eliminates the need for an external crystal, oscillator, or resonator. AVCC supply filtering is also integrated, eliminating the need for a separate AVCC pin and external R-C filter. In addition see the FT240X Full Speed USB to 8-bit FIFO driver as well as the cp2102 driver which you can also find on here.
unnistaling the driver and connecting the DACEVM it start to install the device and ask me about where it is the drivers location, but when i put the DACEVM pannel control instalation directory it says that there isnt any compatible driver.
I am attaching DAC5682z EVM drivers. This folder should already exist in your DAC5682z EVM software installation directory. If it is not there, you can place it there. Hopefully, when you point the windows hardware manager to this folder, it would utilize the appropriate file. In case, there is an overlap with Altera's file, you can try renaming this driver's file.
i dont know if it is well installed and it take the correct drivers but the EVM control says that DAC5682 EVM is not detected and the board is correctly connected with power supply(like users guide says).
Can you completely uninstall DAC5682z GUI and the associated driver (and any conflicting programs), start with a clean slate and then install the software that came with the CD. The software automatically installs any drivers that are needed. You should be able to see DAC5682z EVM among the USB controllers of your computer hardware profile.
i tried to put the drivers manually in the location C:\Windows\System32 like you say and when i go to install dont recognize the drivers and ask me again for the location.i put the location and it says me that there isnt compatible drivers.
- Install DAC5682z and let windows search for the drivers after you have included the driver folder in DAC5682z installation in its rch path. Power up the EVM. Check if DAC5682z EVM now appears in the device manager of your computer.
Edit: Nevermind. I fixed it by downloading the driver from FTDI and then edited the the inf file inside their driver to recognize the EVM. I attached a .zip file containing just the .inf file. This was done to FTDI's driver version 2.08.12 for Windows.
In that attached zip, I included two versions of the inf -- before and after my edits in case someone needs to diff 'em and port the small changes to other driver versions. (It should work for both 32-bit and 64-bit, but I've only tested on x64.)
Note: I updated the attached .zip file on Mar 24 to include an update to the other .inf file contained within FTDI's driver. (The second .inf file lets the DAC5682ZEVM appear as some sort of serial port, though I haven't investigated it yet.)
The FTD2XX files overlap with the Altera driver files. To solve this I changed inside the .inf file by replacing all keyword 'FTD2XX' to 'FTD2XX_TI' and renamed it. Then change all the FTD2XX.xxx files in your installed DAC5682Z driver file folder to FTD2XX_TI.xxx (specifically FTD2XXUN need to be changed to FTD2XX_TIUN). And now install the driver by searching the driver from the specific forder (do not use automatically installation because that will be using temporary file in your system32 folder to install the driver which you didnot change the names), there will no longer any conflict with Altera USB drivers.
Single chip USB to parallel FIFO bidirectional data transfer interface. Entire USB protocol handled on the chip - No USB-specific firmware programming required. Simple interface to MCU / PLD / FPGA logic with simple 4-wire handshake interface. Data transfer rate to 1 Megabyte / second - D2XX Direct Drivers. Data transfer rate to 300 kilobyte / second - VCP Drivers. FTDI's royalty-free VCP and D2XX drivers eliminate the requirement for USB driver development in most cases. New USB FTDIChip-IDTM feature. FIFO receive and transmit buffers for high data throughput. Adjustable receive buffer timeout. Synchronous and asynchronous bit bang mode interface options with RD# and WR# strobes allow the data bus to be used as a general purpose I/O port. Integrated 1024 Bit internal EEPROM for storing USB VID, PID, serial number and product description strings. Device supplied preprogrammed with unique USB serial number. Support for USB suspend / resume through PWREN# pin and Wake Up pin function.
The drivers listed above are all available to download for free from the FTDI website. Various 3rd Party Drivers are also available for various other operating systems - see the FTDI website for details.
M75177P : RS-485 Transiever. RS-485 TRANSCEIVER RS-485 TRANSCEIVER Each of the is a semiconductor IC with a built-in differential driver and a built-in differential receiver both of which meet the EIA standards RS-422A and RS-485. Common 5V single power supply With output control input (except M75179P) Driver 54 terminal resistor connectable between outputs. High output impedance.
MAX9325 : MAX9325 2:8 Differential Lvpecl/lvecl/hstl Clock And Data Driver. The MAX9325 low-skew, 2:8 differential driver extremely low output-to-output skew (50ps max) and part-to-part skew (225ps max). These make the device ideal for clock and data distribution across a backplane or board. The device selects one of the two differential HSTL or LVECL/LVPECL inputs and repeats them at eight differential outputs. Outputs are compatible.
SN65LVPE504 : Quad Channel (Half X4 Lane) PCI Express Gen II Redriver/Equalizer The SN65LVPE504 is designed to minimize the signal degradation effects such as crosstalk and inter-symbol interference (ISI) that limits interconnect distance between two devices. The input stage of each channel offers selectable equalization settings that can be programmed to match loss.
SN65LVCP114 : 14.2Gbps Quad Mux, Linear-Redriver With Signal Conditioning The SN65LVCP114 is an asynchronous, protocol-agnostic, low-latency QUAD mux, linear-redriver optimized for use in systems operating at up to 14.2 Gbps. The device linearly compensates for channel loss in backplane and active-cable applications. The architecture of SN65LVCP114 linear-redriver.
The D2XX driver is nice for the ability to address the FTDI device by its unique serial number which will never change. Using VCP (Virtual COM Port), if the COM Port number changes, then you would have to update your VI with the new COM Port number. This can happen when you plug it into different USB ports.
The VISA or NI-Serial pallettes can be used with the FTDI devices instead of the D2XX drivers by specifying the COM port number as the VISA resource. These methods would use the VCP drivers to talk to the FTDI device.
This thread has been a treasure trove of good info. I have also been wrestling with communication with an FTDI chipset. I'm using a VCP and my program communicates just fine with VISA drivers, but when communication is unexpectedly interrupted (loss of power to unit under test or someone accidentally unplugs the USB communication cable) and I try to restart any communication, neither Windows 7 nor Labview (2010) will see the VCP anymore. Sometimes it takes multiple reboots of both the PC and the FTDI device under test before I can finally see the VCP again. And by saying I don't see the VCP anymore I'm also referring to looking for it in Windows Device Manager as well as LV. This doesn't happen every time, but often enough to be a nuisance. Anyone else have that problem with enumeration?
Inbetween these writes as you can see above we get a WAIT_ON_MASK request. From what I understand this is an instructino from realterm to the FTDI driver to wait for the FTDI chip to do any of the set wait masks, namely:
I am trying to develop the VHDL code for ltc2314 to FPGA (spartan 6) to USB (FTDI mini module) to LabVIEW (FTDI driver). I am just starting FPGA coding not easier to grasp your state machine. Would it be possible for you to send me commented version of the code. I will acknowledge your help if I am successfull in finishing my board develpment
Thanks & best regards
Yogita