AT Command: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
AT 명령어 정리
AT 명령어 정리
== Basic ==
AT 명령어는 다른말로 헤이즈 명령어(Hayes command)라고도 말한다. 아니, 원래의 명령어 이름이 헤이즈 명령어이지만, 명령어의 앞에 항상 AT 가 붙기때문에, AT 명령어라는 이름을 가지게 되었다.
=== Structure ===
AT 명령어는 'AT'로 시작되며, <CR>이 마지막에 위치한다. 기본적인 AT 명령어의 형식은 다음과 같다.
<pre>
AT | Command | <CR>(0x0d)
</pre>
AT 명령어에 대한 응답 메시지(response message)는 다음과 같다.
<pre>
<CR>(0x0d) | <LF>(0x0a) | Response message | <CR>(0x0d) | <LF>(0x0a)
</pre>
== Commands(V.25) ==
=== ATI ===
Display Product Identification Information. 제품 상세 정보를 표시한다.
<pre>
ATI
SIM900 R11.0
OK
</pre>
== Examples ==
* http://www.smssolutions.net/tutorials/gsm/sendsmsat/ - Send sms using AT commands


== Manuals ==
== Manuals ==
Line 7: Line 34:
== See also ==
== See also ==
* http://www.dfrobot.com/image/data/TEL0051/3.0/SIM908_AT%20Command%20Manual_V1.01.pdf - SIM908 AT command manual v.1.01
* http://www.dfrobot.com/image/data/TEL0051/3.0/SIM908_AT%20Command%20Manual_V1.01.pdf - SIM908 AT command manual v.1.01
* http://www.dal.kr/chair/cm/cm0205.html - 모뎀의 기초적인 명령어
[[category:Telephony]]
[[category:Telephony]]

Latest revision as of 07:38, 23 June 2016

Overview

AT 명령어 정리

Basic

AT 명령어는 다른말로 헤이즈 명령어(Hayes command)라고도 말한다. 아니, 원래의 명령어 이름이 헤이즈 명령어이지만, 명령어의 앞에 항상 AT 가 붙기때문에, AT 명령어라는 이름을 가지게 되었다.

Structure

AT 명령어는 'AT'로 시작되며, <CR>이 마지막에 위치한다. 기본적인 AT 명령어의 형식은 다음과 같다.

AT | Command | <CR>(0x0d)

AT 명령어에 대한 응답 메시지(response message)는 다음과 같다.

<CR>(0x0d) | <LF>(0x0a) | Response message | <CR>(0x0d) | <LF>(0x0a)

Commands(V.25)

ATI

Display Product Identification Information. 제품 상세 정보를 표시한다.

ATI
SIM900 R11.0

OK

Examples

Manuals

See also