LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

implement CY7C64713 into existing vi

I have a .vi wich communicated with a texas instruments - USB IC (tusb3410).
I now like to use  a cypress CY7C64713 .
Is there a fast way to implement this one.
As far as I can see cypress itself is not supporting  LabView for this IC.
Thanks a lot
0 Kudos
Message 1 of 5
(2,644 Views)
Doesn't Cypress support an RS232 interface for this? I believe this is the same IC on a little board I have (not designed by me) that I use the VISA serial functions with.
0 Kudos
Message 2 of 5
(2,636 Views)
Thanks.
As far as I can see the VISA functions are already used by this vi.
So you mean I take the vi as it is?
thx
0 Kudos
Message 3 of 5
(2,621 Views)
If your device with the Cypress IC shows up in windows device manager and in MAX as a serial port, then you don't have to do a thing.
0 Kudos
Message 4 of 5
(2,610 Views)
I've created a NI-VISA driver for a USB RAW device.This works fine with the controller.
But now I got another problem coming with this:
I need the normal driver for that device to download some c code (the device includes a 8051ucontroller).
But then I can't communicate with labview. Otherwise I can't download my code if I have the NI-VISA driver installed for the device.
Seems to be a mess, as far as I can see....
0 Kudos
Message 5 of 5
(2,598 Views)