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!