How to conned Xilinx Zedboard 7000 to matlab
显示 更早的评论
I use this code to connect Xilinx Zedboard to Matlab
h=zynq();
h.setupZynqHardware();
h.checkConnection
but at the second line it appears the following error :
C:\MATLAB\SupportPackages\R2013a\zynq\+zynq\+util\LinuxServices.p>LinuxServices.setupZynqHardware
(line 85)
Please how can I solve it.
2 个评论
Walter Roberson
2015-5-31
That does not tell us what the error is, just where it is. We need to know what it says the problem is. For example is it complaining about attempting to access the 5th element of an array that only has 3 elements? We need the entire message and traceback.
Daniel_M
2015-6-1
编辑:Walter Roberson
2015-8-26
回答(2 个)
Örs
2016-9-12
0 个投票
I had the same issue you need to install a different USB UART Driver: http://www.cypress.com/documentation/software-and-drivers/microsoft-certified-usb-uart-driver
类别
在 帮助中心 和 File Exchange 中查找有关 Serial and USB Communication 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!