Справочник Пользователя для AeroComm Corporation 2510100

Скачать
Страница из 34
LAIRD TECHNOLOGIES  www.lairdtech.com
E E P R O M   C o n f i g u r a t i o n   C o m m a n d s
Two Commands are available to read and write the EEPROM of the radio. These commands are very powerful as they can control
the entire configuration of the radio. They should be used with caution as overwriting reserved areas of memory can adversely
affect the operation of the radio.   The radio must be reset for any changes to the EEPROM to take affect.
C O M M A N D   Q U I C K   R E F E R E N C E
Table 4 provides an at-a-glance view of all available AT commands.
.
Ta b l e   7 :   C o m m a n d   Q u i c k   R e f e r e n c e
Command Name
Command (All bytes in Hex)
Return (All bytes in Hex)
Utility Commands
Enter AT Command Mode
<0x41> <0x54> <0x2B> <0x2B> <0x2B> <0x0D>
<0xCC> <0x43> <0x4F> <0x4D>
Exit AT Command Mode
<0xCC> <0x41> <0x54> <0x4F> <0x0D>
<0xCC> <0x44> <0x41> <0x54>
Enter Deep Sleep
<0xCC> <0x86> <0x03>
None
Soft Reset
<0xCC> <0xFF>
None
Status Commands
Status Request
<0xCC> <0x00> <0x00>
<0xCC> <Firmware Version> <Status>
Read Temperature
<0xCC> <0xA4>
<0xCC> <Temperature>
On-the-Fly Commands
Change Channel
<0xCC> <0x02> <Channel>
<0xCC> <Channel> 
Change Server/Client Mode
<0xCC> <0x03> <Data>
<0xCC> <Firmware Version> <Status>
Set Broadcast Mode
<0xCC> <0x08> <Data>
<0xCC> <Data>
Write Destination Address
<0xCC> <0x10> <Dest Address last thee bytes>
<0xCC> <Dest Addr>
Read Destination Address
<0xCC> <0x11>
<0xCC> <Dest Addr> 
Auto Destination/Channel
<0xCC> <0x15> <Data>
<0xCC> <Data>
Read API Control
<0xCC> <0x16>
<0xCC> <API Control>
Write API Control
<0xCC> <0x17> <API Control>
<0xCC> <API Control>
Read Digital Input
<0xCC> <0x20>
<0xCC> <Data>
Read ADC
<0xCC> <0x21> <Data>
<0xCC> <ADC Hi> <ADC Lo>
Write PWM Output
<0xCC> <0x24> <Data>
<0xCC> <0x24>
Write Digital Outputs
<0xCC> <0x23> <Data>
<0xCC> <0x23>
Set Power Control
<0xCC> <0x25> <Power>
<0xCC> <Power>
EEPROM Commands
EEPROM Byte Read
<0xCC> <0xC0> <Start> <Length>
<0xCC> <Start> <Length> <Data [n-0]>
EEPROM Byte Write
<0xCC> <0xC1> <Start> <Length> <Data>
<Start> <Length> <Last byte written>