usb interface. Who can help me?

Hello, I want to connect Mobile - CASSY thought USB port. Who can help me?

댓글 수: 7

Walter Roberson
Walter Roberson 2012년 9월 28일
Nguyen
Nguyen 2012년 10월 1일
Thank you Walter Roberson. But I i want to programing by matlab, and matlab don't support Leybold Didactic (only support NI, ....). I have to do this.
Walter Roberson
Walter Roberson 2012년 10월 1일
What hardware are you using? What kind of interface board (if any), and what kind of remote equipment?
Nguyen
Nguyen 2012년 10월 9일
http://www.ld-didactic.de/phk/produkte.asp?Natur=1&L=2 This is equipment I need connect by Matlab. But it is equipped with a USB port, so difficult for me.
Walter Roberson
Walter Roberson 2012년 10월 9일
Please be more specific. For example is it a [528 12] Micro-CASSY Current ?
Nguyen
Nguyen 2012년 10월 11일
Mobile - cassy (524 009), connect to computer via the USB port, but I do not know how to connect with matlab software.
Walter Roberson
Walter Roberson 2012년 10월 11일
The instruction manual appears to be at http://www.ld-didactic.de/ga/5/524/524009/524009e.pdf

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2012년 10월 11일

0 개 추천

Connect your Mobile-CASSY to the MS Windows PC that you need to read it from. If necessary, drivers will be installed automatically. This may require the Windows installation CD.
Once the drivers are installed, connecting the Mobile-CASSY (and turning it on) will result in MS Windows creating a serial port object, a COM: . Use instrfindall() to identify the serial port. serial() to create a serial port object, set() it's properties if need be, fopen() the object. fread(), fwrite(), fprintf() at need. fclose() the object when you are finished.
The more difficult part is finding out what the instruction set is that is supported by the device over the serial port.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

질문:

2012년 9월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by