XBee Firmware Library  1.6.0
Functions
atmode.h File Reference

Functions

XBEE_BEGIN_DECLS int xbee_atmode_enter (xbee_dev_t *xbee)
 Attempt to enter AT command mode (delay 1 second, send +++, delay 1 second). More...
 
int xbee_atmode_exit (xbee_dev_t *xbee)
 Leave AT command mode and return to idle mode. More...
 
int xbee_atmode_read_response (xbee_dev_t *xbee, char FAR *response, int resp_size, int FAR *bytesread)
 Non-blocking function reads response to request sent with xbee_atmode_send_request to an XBee device in AT Command Mode. More...
 
int xbee_atmode_send_request (xbee_dev_t *xbee, const char FAR *command)
 Send an AT request and wait for a response. More...
 
int xbee_atmode_tick (xbee_dev_t *xbee)
 Advance the XBee device state machine when entering or exiting AT Command Mode or waiting for a response to a command. More...
 

Detailed Description

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