FTDI lib in C MEX function
이전 댓글 표시
Hello,
I'd like to use the FTDI driver library http://www.ftdichip.com/Drivers/D2XX.htm to communicate with my development board. I've written a test C++ code in VS2010 to test the functioning of the library, It works well, but if I try to use this lib within a C-MEX S-Function I got the following error: I'm using the same compiler in both case.
>> mex mult.cpp D:\MATLAB\Projects\MATLABQUESTION\ftd2xx.lib
Creating library C:\Users\Daniel\AppData\Local\Temp\mex_TYSDRk\templib.x and object C:\Users\Daniel\AppData\Local\Temp\mex_TYSDRk\templib.exp
mult.obj : error LNK2019: unresolved external symbol __imp_FT_ListDevices referenced in function "void __cdecl mdlInitializeSizes(struct SimStruct_tag *)" (?mdlInitializeSizes@@YAXPEAUSimStruct_tag@@@Z)
mult.mexw64 : fatal error LNK1120: 1 unresolved externals
Thank you,
Daniel
채택된 답변
추가 답변 (2개)
Hurter
2013년 1월 28일
0 개 추천
Hi Daniel.
Have you succeeded in this. I want to do the exact same thing with the same DLL to get FTDI USB link to Matlab going.
I have succeed in implementing the ftdi dll to my Boland C builder but could not replicated it in Matlab.
I have also tried to use Matlab implib functions but struggle there to declare a #typedef variable that I need to call the functions like FT_List or FT_open.
Any why I think this is the way to go. If you succeed with this you can call the funtions needed straight from Matlab.
You can looks Walter Roberts answer that he gave me. Although I did not succeed yet. http://www.mathworks.com/matlabcentral/answers/59617-external-application-video-link-to-matlab
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!