Filter löschen
Filter löschen

Dealy in Data reception through serial communication in MATLAB

1 Ansicht (letzte 30 Tage)
syscon
syscon am 29 Dez. 2020
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...

Antworten (0)

Kategorien

Mehr zu Data Acquisition Toolbox Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by