필터 지우기
필터 지우기

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 CenterFile Exchange에서 Data 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