필터 지우기
필터 지우기

Error using serial/fopen (line 72) Open failed: Port: COM1 is not available. No ports are available. Use INSTRFIND to determine if other instrument objects are connected to the requested devic

조회 수: 2 (최근 30일)
ss = serial('COM1','BaudRate',9600); fopen(ss); ss.Terminator = 'CR' tx ='AT'; tx1=char(13); tx2 ='AT+CMGF=1'; tx3 ='AT+CSCS="GSM"'; tx4 =input('format AT+CMGS="+919566344870"'); tx5 ='SubStation 1 Closed'; tx6=char(26);
fprintf(ss,'%s',tx); fprintf(ss,'%s',tx1); pause(1); fprintf(ss,'%s',tx2); fprintf(ss,'%s',tx1); pause(1); fprintf(ss,'%s',tx3); fprintf(ss,'%s',tx1); pause(1); fprintf(ss,'%s',tx4); fprintf(ss,'%s',tx1); pause(1); fprintf(ss,'%s',tx5); pause(1); fprintf(ss,'%s',tx6);
fclose(ss) delete(ss) clear ss

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by