フィルターのクリア

fread doesn't work

2 ビュー (過去 30 日間)
Gianmarco
Gianmarco 2013 年 11 月 13 日
回答済み: David Sanchez 2013 年 11 月 13 日
Hi, I tried to use fread with the little script in the 'help fread' in matlab, using my active COM but I get an error!
s = serial('COM3');
fopen(s);
fprintf(s, 'Curve?');
data = fread(s, 512);
The error is:
Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.

回答 (1 件)

David Sanchez
David Sanchez 2013 年 11 月 13 日
You are trying to read data that are not available yet. Try with fscanf.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by