Digi XBee(R) ANSI C Host Library
Files | Functions

This network stack was designed for use with XBee modules in API mode,
but it is sometimes necessary to work with a module in AT mode (for
example, performing DigiMesh firmware updates).
More...

Files

file  atmode.h
 Header for working with XBee modules in AT command mode instead of API mode.
 
file  xbee_atmode.c
 Code for working with XBee modules in AT command mode instead of API mode.
 

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

This network stack was designed for use with XBee modules in API mode,
but it is sometimes necessary to work with a module in AT mode (for
example, performing DigiMesh firmware updates).