CyApi and/or Python wrapper

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
pearb
Level 1
Level 1
First question asked Welcome!

Hello, we would like to interface an FX3 controller via C library calls (or via Python ctypes). Do you provide a DLL for CyApi? I could only find the static CyApi.lib or the dynamic CyUSB.dll (which is a .NET DLL and does not export functions). Thanks!

0 Likes
1 Solution
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

We only provide CyAPI.lib and CYUSB.dll for communicating with the FX3 device from the host side. The source code for both of these libraries are available. Please refer to the source codes of these libraries and build your own wrapper based on your requirement.

Best Regards,
Jayakrishna

View solution in original post

0 Likes
1 Reply
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

We only provide CyAPI.lib and CYUSB.dll for communicating with the FX3 device from the host side. The source code for both of these libraries are available. Please refer to the source codes of these libraries and build your own wrapper based on your requirement.

Best Regards,
Jayakrishna
0 Likes