Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot-Custom MTS-Serial
Fork of mDot_AT_firmware_CUSTOM by
To change channel plans replace AS923 with AU915, EU868, KR920 or US915 on line 15
#define CHANNEL_PLAN CP_AS923
CommandTerminal/Commands.h
- Committer:
- jreiss
- Date:
- 2016-08-29
- Revision:
- 12:98445fa50cd3
- Parent:
- 9:ff62b20f7000
- Child:
- 15:36db31c18231
File content as of revision 12:98445fa50cd3:
#include "Command.h" #include "CmdDummy.h" #include "CmdAttention.h" #include "CmdIdentification.h" #include "CmdResetCpu.h" // Echo built into command terminal // Verbose built into command terminal // #include "CmdFactoryDefault.h" #include "CmdSaveConfig.h" #include "CmdDisplayConfig.h" #include "CmdDisplayStats.h" #include "CmdResetStats.h" #include "CmdSerialBaudRate.h" #include "CmdSerialClearOnError.h" #include "CmdDebugBaudRate.h" #include "CmdStartUpMode.h" #include "CmdFrequencyBand.h" #include "CmdDeviceId.h" #include "CmdDeviceClass.h" #include "CmdPublicNetwork.h" #include "CmdNetworkAddress.h" #include "CmdNetworkSessionKey.h" #include "CmdDataSessionKey.h" #include "CmdUplinkCounter.h" #include "CmdDownlinkCounter.h" #include "CmdSaveSession.h" #include "CmdRestoreSession.h" #include "CmdNetworkKey.h" #include "CmdNetworkId.h" #include "CmdAppPort.h" #include "CmdJoinRequest.h" #include "CmdJoinByteOrder.h" #include "CmdJoinRetries.h" #include "CmdJoinDelay.h" #include "CmdNetworkJoinMode.h" #include "CmdPreserveSession.h" #include "CmdNetworkJoinStatus.h" #include "CmdNetworkLinkCheck.h" #include "CmdLinkCheckCount.h" #include "CmdLinkCheckThreshold.h" #include "CmdEncryption.h" #include "CmdRssi.h" #include "CmdSnr.h" #include "CmdDataPending.h" #include "CmdSessionDataRate.h" #include "CmdTxDataRate.h" #include "CmdAntennaGain.h" #include "CmdTxPower.h" #include "CmdTxWait.h" #include "CmdTxInverted.h" #include "CmdTxChannel.h" #include "CmdTxNextMs.h" #include "CmdTimeOnAir.h" #include "CmdFrequencySubBand.h" #include "CmdRxDelay.h" #include "CmdRxOutput.h" #include "CmdRxInverted.h" #include "CmdErrorCorrection.h" #include "CmdCRC.h" #include "CmdAdaptiveDataRate.h" #include "CmdACKAttempts.h" #include "CmdRepeat.h" #include "CmdSendString.h" #include "CmdSendBinary.h" #include "CmdSendStringOnInterval.h" #include "CmdReceiveOnce.h" #include "CmdReceiveContinuous.h" #include "CmdPing.h" // Serial Data Mode built into command terminal // Sleep built into command terminal #include "CmdWakeInterval.h" #include "CmdWakePin.h" #include "CmdWakeMode.h" #include "CmdWakeDelay.h" #include "CmdWakeTimeout.h" #include "CmdLogLevel.h" // Radio debug commands #include "CmdTxFrequency.h" #include "CmdRxDataRate.h" #include "CmdRxFrequency.h" #include "CmdSendContinuous.h" #define NO_OF_COMMANDS 85