Dealy in Data reception through serial communication in MATLAB

1 visualización (últimos 30 días)
syscon
syscon el 29 de Dic. de 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...

Respuestas (0)

Categorías

Más información sobre Data Acquisition Toolbox Supported Hardware en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by