Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Are there other serial function to do this?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello. Are there some way to know if there are something in the serial input buffer without read it? In other words, without using the fscanf (serial) function. Thanks in advance.
댓글 수: 0
답변 (1개)
Walter Roberson
2015년 9월 24일
If you are using a serial() object then you can look at the BytesAvailable property of the object.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!