Quantcast
Channel: MultiTech Developer Resources » All Posts
Viewing all articles
Browse latest Browse all 7111

Reply To: issue with MANUAL join mode

$
0
0

In MANUAL join mode the session counter values need to stay in sync.

The counter on the dots must not decrease.

See AT+SS and AT+RS to save and restore the session counters.

Or from mDot.h:

/**
* Resets current network session, essentially disconnecting from the network
* has no effect for MANUAL network join mode
*/
void resetNetworkSession();

/**
* Restore saved network session from flash
* has no effect for MANUAL network join mode
*/
void restoreNetworkSession();

/**
* Save current network session to flash
* has no effect for MANUAL network join mode
*/
void saveNetworkSession();


Viewing all articles
Browse latest Browse all 7111

Trending Articles