XBee and XBee-PRO ZigBee RF modules provide cost-effective wireless connectivity to electronic devices. They are interoperable with other ZigBee PRO feature set devices, including devices from other vendors.

Dependencies:   BufferedArray

Dependents:   MBEDminiproject

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ATCommands.cpp Source File

ATCommands.cpp

00001 #include "ATCommands.h"
00002 
00003 char ATCommands::IO_Sampling_Rate[] = "IR";
00004 
00005 char ATCommands::Digital_IO_Change_Detection[] = "IC";
00006 
00007 char ATCommands::Instant_Sample[] = "IS";
00008 
00009 char ATCommands::Node_Descovery[] = "ND";
00010 
00011 char ATCommands::Destination_Node_Descovery[] = "DN";
00012 
00013 char ATCommands::Node_Identifier[] = "NI";
00014 
00015 char ATCommands::Node_Join_Time[] = "NJ";
00016 
00017 char ATCommands::Force_Sample[] = "IS";