© Microhard Systems Inc. 174
5.0 AT Commands
AT+MIS
Command Syntax
This command allows the application to read the
current status of the Digital Input.
AT+MIS
Description
Example
Input:
AT+MIS <enter>
Response:
+MIS: available input status
INPUT 1: 0 open
OK
AT+MOS
Command Syntax
This command allows setting of digital output, and to
check the current status.
AT+MOS=<Mode[,<Setting No.>,<Status>]
Mode:
0 - All Output Status
1 - Output Setting
Setting No.: 1 (if output available)
Status: 0 open; 1 close
Description
Example
Input:
AT+MOS=0 <enter>
Response:
+MOS: available output status
OUTPUT 1: 0 open
OK
———————————————————————————
Input:
AT+MOS=1,1,1 <enter>
Response:
+MOS: Set OUTPUT 1 : 1 close
OK
———————————————————————————
Input:
AT+MOS=1,1,0 <enter>
Response:
+MOS: Set OUTPUT 1: 0 open
OK