how can I communicate with USB port in Matlab?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have a project to create a Data acquisition Board with PIC and using USB to transfer data to PC.and I decided to use Matlab for displaying the data,does any one know how can I communicate with USB port in Matlab?
Thanks
댓글 수: 0
답변 (1개)
Walter Roberson
2011년 12월 16일
MATLAB does not offer any mechanism to communicate with USB hubs.
If the device you need to communicate with operates as a virtual serial port, then MATLAB will attempt to use the manufacturer's device driver to communicate with the device using serial port objects.
댓글 수: 1
Chirag Gupta
2011년 12월 16일
You should be able to find some Matlab File Exchange entries for communication with a PIC via serial (as Walter suggests above).
http://www.mathworks.com/matlabcentral/fileexchange/20419-14-serial-communication-between-pic16f628a-and-matlab
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!