사용자 도구

사이트 도구


develop:python:tip:sendsms

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
develop:python:tip:sendsms [2007/02/05 17:38]
mattabu
develop:python:tip:sendsms [2007/02/08 09:42] (현재)
mattabu
줄 1: 줄 1:
 ====== Send SMS ====== ====== Send SMS ======
 +
 ===== 개요 ===== ===== 개요 =====
 핸드폰과 컴퓨터를 시리얼로 연결하여 AT Command 를 이용하여 문자메시지를 보낼 수 있다. Python 에는 Serial 모듈이 있으며 이를 통해서 시리얼 통신을 할 수 있다. 핸드폰과 컴퓨터를 시리얼로 연결하여 AT Command 를 이용하여 문자메시지를 보낼 수 있다. Python 에는 Serial 모듈이 있으며 이를 통해서 시리얼 통신을 할 수 있다.
줄 8: 줄 9:
 # apt-get install python-serial # apt-get install python-serial
 </code> </code>
 +다른 OS에서는 http://pyserial.sourceforge.net 에서 직접 다운로드 받아 설치한다.
  
 ===== 문자보내기 (예제) ===== ===== 문자보내기 (예제) =====
줄 82: 줄 84:
   * http://en.wikibooks.org/wiki/Serial_Programming:Modems_and_AT_Commands/%26_Commands#.26Q:_Communications_Mode_Options   * http://en.wikibooks.org/wiki/Serial_Programming:Modems_and_AT_Commands/%26_Commands#.26Q:_Communications_Mode_Options
   * http://www.modemhelp.net/atcommands/ampersand.shtml#Q   * http://www.modemhelp.net/atcommands/ampersand.shtml#Q
 +
 +===== 참고 =====
 +아래 사이트도 참고해보면 좋을 듯 하다.
 +  * http://www.wordhord.co.uk/pysms.html
 +
develop/python/tip/sendsms.1170664685.txt.gz · 마지막으로 수정됨: 2007/02/05 17:38 저자 mattabu