Hello!
I use the fpga-adc-eval board TSW1200EVM to develope a new measurement system. On the TSW1200 board is a TUSB3410 that works as a uart-usb bridge for communication between fpga and pc.
Ti provides a software to drive the board via PC - therefor they programmed an eeprom for the TUSB3410.
Now, I wanne use the TUSB3410 for my application and without the Ti software: I have to receive the data via com-port terminal or lab view.
If I access com-port 3, I get the message, that this port is used by an other program (even, if i reboot the pc) - the board connects with the pc with "TSW1200EVM".
I removed the I2C eeprom and the TUSB3410 connected to the pc with "TUSB3410 Boot Device". Then the pc ask for a driver that i cant find....
I read the datasheets several times...
My requirements are a normal uart-usb bridge with 8 bit, no parity, variable baudrate, 2 stop bits, and I have no VID and no PID, so I wanne use the Ti default VID and PID.
So my questions are:
- is it right that i need not to program a EEPROM, because, if there is no EEPROM, the TUSB connects to the PC via default VID and PID and then I can write the firmware?
- how can i tell the TUSB3410 my requirements? I have to write the LCR, DLL and DLH Register. Is it the usbuart3410.inf file that contains this informations?
- where can I find a driver for the TUSB3410 default connection (without EEPROM installed)?
Regards and thank you in advance!
S. Darsch