Effacer les filtres
Effacer les filtres

A timeout occurred before the Terminator was reached in matlab serial communication

2 vues (au cours des 30 derniers jours)
Yogesh Babu
Yogesh Babu le 22 Juil 2014
Hello,
I tried to estrablish serial commnunication between two computers using the following command wriiten below but while executing i am getting following error A timeout occurred before the Terminator was reached in matlab serial communication
s = serial('COM1'); set(s,'BaudRate',4800); fopen(s); fprintf(s,'*IDN?') out = fscanf(s); fclose(s) delete(s) clear s
Let me know how to resolve it

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by