I need to write commands to serial port
이전 댓글 표시
I just try to communicate with serial port. Every time when i use the fopen(s), it gives me error
??? Error using ==> serial.fopen at 72 Port: COM3 is not available. No ports are available. Use INSTRFIND to determine if other instrument objects are connected to the requested device.
I don't know what to do to preserve the port for communication between matlab and serial port
답변 (1개)
Walter Roberson
2013년 10월 17일
0 개 추천
Use instrfind() to determine whether COM3 is already open. It might, for example, be open if you had fopen()'d it before and had your program crash and you did not fclose() it afterwards.
댓글 수: 2
ramdiver
2013년 10월 18일
Walter Roberson
2013년 10월 18일
Is it a true serial port, or is it a USB serial port?
카테고리
도움말 센터 및 File Exchange에서 Instrument Control Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!