Example #1
0
void help(void)
{
   printf(" ATxx     (Issue AT command - local or remote)\n");
   printf(" xxx...   (Data to send to selected target - remote only)\n");
   printf(" $ nnn/ccc (Send test string of length nnn, chunk size ccc)\n");
   sxa_select_help();
   printf("\n");
   printf(" menu     (print this command list)\n");
   printf(" quit     (quit this demo)\n");
}
Example #2
0
void help(void)
{
   printATCmds( &my_xbee);
   printf("Commands and data:\n");
   printf("  [AT]xx [parm] (Issue AT command - local or remote)\n");
   printf("  $             (Issue canned list of commands and show result)\n");
   sxa_select_help();
   printf("Other:\n");
   printf("  menu     (print this command list)\n");
   printf("  quit     (quit this demo)\n");
}