Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem in connecting an FX2LP to Matlab

Status
Not open for further replies.

JAVADHABIBI

Newbie level 6
Joined
Dec 9, 2016
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
125
Hi every one, I have a Cypress FX2LP(CY7C68013A) and need to communicate with it in Matlab. cypress have a dll for it(CyUSB.dll). after downloading latest version of dll under Cypress Suite USB 3.4.7, I try this steps:
1. Add dll with NET.addAssembly.
2.Get device list with: devList = CyUSB.USBDeviceList(CyUSB.CyConst.DEVICES_CYUSB);
3. check the number of founded device with: devList.Count
4.access to USB with devList.Item(0);
line 3 returns 1, but i cannot access to the USB. it means line 4 crashes Matlab. Using devList(0) also not allowed. What is the problem? and the more fundamental question is that is it possible to connect FX2LP with Matlab? anyone do it Until now?
NOTE: Here and Here is the same problem, But no ultimate answer!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top