Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.
This repository was archived by the owner on May 16, 2019. It is now read-only.

SH Command failure Local AT without callbacks #31

@cafeclimber

Description

@cafeclimber

Using C++, most AT commands work fine. Testing with the XBee 1 10.c++ sample, but changing the command to "SH" or "SL" gives a timeout.

// Works fine:
                /* send data */
                //con.Tx("NI"); /* like this */
                con << "NI";    /* or like this */
// ...
// Timeout:
                /* send data */
                //con.Tx("NI"); /* like this */
                con << "SH";    /* or like this */
// ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions