フィルターのクリア

Dealy in Data reception through serial communication in MATLAB

1 回表示 (過去 30 日間)
syscon
syscon 2020 年 12 月 29 日
Iam developing a MATLAB Graphical User Interface in Matlab R2007a Version using serial(RS232)commuication.
During serial communication, sending of data is working properly but their is a too much delay in receiving the data from our microcontroller (AT90CAN128). How can i reduce this delay?
Note: Iam using fwrite to send the data. Ex: fwrite(obj1,txdata);
And, fread to receive the data.Ex: [rx_data, count] = fread(obj1);
Please suggest me the solution.
Thank You...

回答 (0 件)

カテゴリ

Help Center および File ExchangeData Acquisition Toolbox Supported Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by