Easiest way to port CyAPI based software to linux?

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

cross mob
Anonymous
Not applicable

I am aware of the cyusb libraries provided for linux, however it seems like more effort than it should be to port CyAPI based code to CyUSB. Is it possible to rebuild CyAPI for linux? or is porting from CyAPI to CyUSB easier than I think?

Thanks

0 Likes
1 Solution
Hemanth
Moderator
Moderator
Moderator
First like given First question asked 750 replies posted

Hi,

I think you have a C++ application based on CyAPI library in Windows and now you want to support your application in Linux Platform.

I note that you are aware of libusb based cyusb library that we provide for Linux. The only way to support in Linux platform is to re-write your code based on linux cyusb library.

Regards,

Hemanth

Hemanth

View solution in original post

0 Likes
1 Reply
Hemanth
Moderator
Moderator
Moderator
First like given First question asked 750 replies posted

Hi,

I think you have a C++ application based on CyAPI library in Windows and now you want to support your application in Linux Platform.

I note that you are aware of libusb based cyusb library that we provide for Linux. The only way to support in Linux platform is to re-write your code based on linux cyusb library.

Regards,

Hemanth

Hemanth
0 Likes