WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions

AT Command Module. More...

Collaboration diagram for ATcmd:

Functions

void atc_init (void)
 Initialize ATCMD Module. More...
 
void atc_run (void)
 ATCMD Module Handler. More...
 

Detailed Description

AT Command Module.

You can use the 'Serial to Ethernet' function by using
the AT Command module, and through the terminal, you can
change the settings of the device.

Function Documentation

void atc_init ( void  )

Initialize ATCMD Module.

This should be called before atc_run

Definition at line 96 of file atcmd.c.

void atc_run ( void  )

ATCMD Module Handler.

If you use ATCMD Module, this should run in the main loop

Definition at line 126 of file atcmd.c.