usb interface. Who can help me?
이전 댓글 표시
Hello, I want to connect Mobile - CASSY thought USB port. Who can help me?
댓글 수: 7
Walter Roberson
2012년 9월 28일
Nguyen
2012년 10월 1일
Walter Roberson
2012년 10월 1일
What hardware are you using? What kind of interface board (if any), and what kind of remote equipment?
Nguyen
2012년 10월 9일
Walter Roberson
2012년 10월 9일
Please be more specific. For example is it a [528 12] Micro-CASSY Current ?
Nguyen
2012년 10월 11일
Walter Roberson
2012년 10월 11일
답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!