WizFi250-EVB 체험기-9(WizFi250.cpp)
2014.12.01
11
마지막 포스팅으로 WizFi250.h와 WizFi250.cpp의 class에 대해서 알아보았습니다. 막상 하다보니까 실제로 사용할 만한 class가 몇개 없어보이네요.. uint8_t sendATCommand (const String &send_command, uint8_t command_idx, uint8_t cr_lf)uint8_t sendATCommand (const char *send_command, uint8_t command_idx, uint8_t cr_lf) uint8_t sendATCommand (const char *send_command, uint8_t cr_lf, uint32_t check_delay, uint32_t check_count, char *str_find1, char *str_find2) comment AT command 전송 cr_lf=0 ->r cr_lf=1 ->n cr_lf=2 ->rn check_delay, check_count, str...