<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">dudals&#039;s Blog: 개발자용-시리얼-통신-프로그램-YaG-야그에 달린 최근 댓글/트랙백 목록</title>
  <id>http://www.dudals.net/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://www.dudals.net/" />
  <subtitle type="html">dudals&#039;s Blog</subtitle>
  <updated>2010-07-21T13:21:15+09:00</updated>
  <generator>Textcube 1.7.6 : Staccato</generator>
  <entry>
    <title type="html">김진자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment419" />
    <author>
      <name>(김진자)</name>
    </author>
    <id>http://www.dudals.net/2933#comment419</id>
    <published>2009-01-30T03:13:14+09:00</published>
    <summary type="html">우연히 프로그램을 접해서 핸프폰과 at 명령어를 주고받는데요 아마도 핸편쪽에서 아예 받질 않는군요 버그인가 아님 기능이상인가 . ㅎ</summary>
  </entry>
  <entry>
    <title type="html">김진자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment420" />
    <author>
      <name>(김진자)</name>
    </author>
    <id>http://www.dudals.net/2933#comment420</id>
    <published>2009-01-30T03:16:14+09:00</published>
    <summary type="html">휴대폰하고 데이터통신이가능한지 궁금합니다</summary>
  </entry>
  <entry>
    <title type="html">김진자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment421" />
    <author>
      <name>(김진자)</name>
    </author>
    <id>http://www.dudals.net/2933#comment421</id>
    <published>2009-01-30T03:50:06+09:00</published>
    <summary type="html">rx 부분이 떠질않네요~</summary>
  </entry>
  <entry>
    <title type="html">김진자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment422" />
    <author>
      <name>(김진자)</name>
    </author>
    <id>http://www.dudals.net/2933#comment422</id>
    <published>2009-01-30T14:38:58+09:00</published>
    <summary type="html">cr if모드만 있음 되는군요.. 흐 어떻게 적용해야할지..^^</summary>
  </entry>
  <entry>
    <title type="html">dudals님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment428" />
    <author>
      <name>(dudals)</name>
    </author>
    <id>http://www.dudals.net/2933#comment428</id>
    <published>2009-02-01T18:53:49+09:00</published>
    <summary type="html">현재 여기 올려진 버전은 상당히 초기 버전입니다. ^^?
그러나 정상적으로 동작는 합니다.
현재는 꽤 안정화(?)되었습니다. 
제가 휴대폰과는 연경을 해보지 않았습니다만 하단의 rx LED 가 점멸하지 않는다면 통신 라인을 확인 해보셔야 할것 같네요.
만약 rx led 가 점멸한다면 시작 문자와 종료 문자를 체크하셔야 할것 같구요.
조만간 안정화 버전(?)을 공개하겠습니다.</summary>
  </entry>
  <entry>
    <title type="html">김진자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment430" />
    <author>
      <name>(김진자)</name>
    </author>
    <id>http://www.dudals.net/2933#comment430</id>
    <published>2009-02-02T20:00:10+09:00</published>
    <summary type="html">흐 개발자님 언넝.. 업글부탁드려요 ^^ 감사합니다..</summary>
  </entry>
  <entry>
    <title type="html">dudals님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment500" />
    <author>
      <name>(dudals)</name>
    </author>
    <id>http://www.dudals.net/2933#comment500</id>
    <published>2009-04-02T00:00:31+09:00</published>
    <summary type="html">야~그 안정화 버전을 공개해야하는데.. 계속 출장 중입니다.
지금도 모텔서 회사에 보고용 메일 보내고 오래간 만에 제 블로그에 접속을 했네요. --;
인기도 없는데 광고 댓글과 스팸은 뭐가 그리 많은지..
조만간 공개하겠습니다. 언젠지는 저도 몰라요..\
부산 내려가고 싶어요..</summary>
  </entry>
  <entry>
    <title type="html">방문자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment492" />
    <author>
      <name>(방문자)</name>
    </author>
    <id>http://www.dudals.net/2933#comment492</id>
    <published>2009-03-25T01:59:35+09:00</published>
    <summary type="html">휴대폰과 AT명령어로 통신 잘되네요
위에 김진자님은 혹시 &#039;\r&#039;을 문자그대로 넣으신거 아닌가요?
프로그램에서 \r\n\v\f등을 따로 헥스코드로 변환해주지 않으니
종료문자를 0D로 하고 &#039;보낼때 종료문자 붙여서 전송&#039;에 체크하세요</summary>
  </entry>
  <entry>
    <title type="html">방문자님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.dudals.net/2933#comment493" />
    <author>
      <name>(방문자)</name>
    </author>
    <id>http://www.dudals.net/2933#comment493</id>
    <published>2009-03-25T02:02:39+09:00</published>
    <summary type="html">아참, 좋은 프로그램 만들어 주셔서 고맙습니다 ^^</summary>
  </entry>
</feed>

