AT commands in GSM
Mostrar comentarios más antiguos
I am using AT commands in MATLAB to control dialling or call answering from MATLAB, for dialling it works perfect, but I cant receive a call by atd command moreover, when we receive a call, are there any indicators or flags which we can use to trigger some other functions when a call is received? best regards
2 comentarios
nitish shukla
el 19 de Feb. de 2015
Sir, I Want to call on my phone through MATLAB through GSM modem. Please help I am using the code
%if true
ss=serial('COM1','BaudRate',9600);
fopen(ss);
tx='AT';
tx1='ATD9413094625;'
fprintf(ss,'%s',tx);
fprintf(ss,'%s',tx1);
fclose(s);
Achal Singhal
el 16 de Mzo. de 2018
Hi. I'm working on a project. Could you please send me the complete code for Dialing a number from GSM using MATLAB. And if this is the complete code for dialling, do you have the code for sending SMS? Thanks in advance.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Downloads en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!