Digi XBee(R) ANSI C Host Library
Functions
atmode.h File Reference

Header for working with XBee modules in AT command mode instead of API mode. More...

#include "xbee/platform.h"
#include "xbee/device.h"

Go to the source code of this file.

Functions

int xbee_atmode_enter (xbee_dev_t *xbee)
 
int xbee_atmode_exit (xbee_dev_t *xbee)
 
int xbee_atmode_tick (xbee_dev_t *xbee)
 
int xbee_atmode_send_request (xbee_dev_t *xbee, const char FAR *command)
 
int xbee_atmode_read_response (xbee_dev_t *xbee, char FAR *response, int resp_size, int FAR *bytesread)
 

Detailed Description

Header for working with XBee modules in AT command mode instead of API mode.