DTU and Zigbee command List


                               Command list
Noteafter log on the data center of software,it can support to send character:  ***COMMIT CONFIG***  ,DTU come into remote configure state,therefore sending AT command to set up DTUDefault refenrence command as below
ComboATCmd.AddItem "sever center quantity [AT+SVRCNT]",0
ComboATCmd.AddItem "main center address [AT+IPAD]",1
ComboATCmd.AddItem "main center port [AT+PORT]",2
ComboATCmd.AddItem "backup center address [AT+IPSEC]",3
ComboATCmd.AddItem "backup center port [AT+PTSEC]",4
ComboATCmd.AddItem "multi center 1 address [AT+IPAD1]",5
ComboATCmd.AddItem "multi center 1 port number [AT+PORT1]",6
ComboATCmd.AddItem "multi center 2 address [AT+IPAD2]",7
ComboATCmd.AddItem "multi center 2 port number [AT+PORT2]",8
ComboATCmd.AddItem "multi center 3 address [AT+IPAD3]",9
ComboATCmd.AddItem "multi center 3 port number [AT+PORT3]",10
ComboATCmd.AddItem "multi center 4 address [AT+IPAD4]",11
ComboATCmd.AddItem "multi center 4 port number [AT+PORT4]",12
ComboATCmd.AddItem "mian center domain sever address [AT+DNSSVR]",13
ComboATCmd.AddItem "backup center domain sever address [AT+DNSSV2]",14
ComboATCmd.AddItem "multi center 1 domain server address [AT+DNSSVR1]",15
ComboATCmd.AddItem " multi center 2 domain server address [AT+DNSSVR2]",16
ComboATCmd.AddItem " multi center 3 domain server address [AT+DNSSVR3]",17
ComboATCmd.AddItem " multi center 4 domain server address [AT+DNSSVR4]",18
ComboATCmd.AddItem "work mode  [AT+MODE]",19
ComboATCmd.AddItem "activating method [AT+ACTI]",20
ComboATCmd.AddItem "debug information level  [AT+DEBUG]",21
ComboATCmd.AddItem "dataparitystop bit  [AT+SERMODE]",22
ComboATCmd.AddItem "device work baudrate [AT+IPR]",23
ComboATCmd.AddItem "whether return to main center [AT+RETMAIN]",24
ComboATCmd.AddItem "device ID number [AT+IDNT]",25
ComboATCmd.AddItem "device SIM card number [AT+PHON]",26 like 1331234567Such as AT+PHON=13312345678 press “Enter ”is ok
ComboATCmd.AddItem "memory scanning time [AT+BYTEINT]",27
ComboATCmd.AddItem "user define register package [AT+CONNRGST]",28
ComboATCmd.AddItem "user define heart package [AT+LINKRGST]",29
ComboATCmd.AddItem "reconnect times [AT+RETRY]",30
ComboATCmd.AddItem "reconnect time  [AT+RDLWT]",31
ComboATCmd.AddItem "data stransport [AT+STRAIGHT]",32
ComboATCmd.AddItem "network APN [AT+APN]",33
ComboATCmd.AddItem "APN user name [AT+USERNAME]",34
ComboATCmd.AddItem "APN password [AT+PASSWORD]",35
ComboATCmd.AddItem "dail up center number [AT+CENT]",36
ComboATCmd.AddItem "message center number [AT+SMSC]",37
ComboATCmd.AddItem "heart package time[AT+POLLTIME]",38
ComboATCmd.AddItem "dial up recall number [AT+CTRLNO]",39
ComboATCmd.AddItem "message recall number [AT+SMSDPSWD]",40
ComboATCmd.AddItem "recall DTU data [AT+DONPSWD]",41
ComboATCmd.AddItem "DTU hibernation data [AT+DOFFPSWD]",42
ComboATCmd.AddItem "TCP data unit  [AT+TCPMTU]",43
ComboATCmd.AddItem "multi center connect time [AT+MCONTIME]",44
ComboATCmd.AddItem "DTU reset [AT+RESET]",45


Inquiry format likeAT+PHON?



ZIGBEE  configure commander


Confiture software:   interface similar the piture as below ,simple but practical,Commander similar to wireless module setup
Sending twice “+++”,enter AT command state.
Confirm entering AT state,”AT+VER”,inquire whether version information or not.and return OK.
AT+<commander>?    This is inquiry.
AT+<commander>=<value>  this is setup , right returns”OK”,error return ”ERROR”
Example:
Inquiry type:AT+PID?<enter>
return:+PID:0<newline symbol>
         OK<newline>
Setup type:AT+PID=198<enter>
    returb:OK<newline>

AT commander: (the word underline and bold is default)
AT+PID    PAN ID           network number  number character 0-65535
        0-16383: defined detailed network number.
        65535 is system random network number.
Inquiry return:
+PID:65535
OK

AT+MID    MAC Address      MAC address    16  16 system number
like:0x0123456789ABCDEF.
[this is just read]
   Inquiry return:
+MID:EF357F01004B1200
OK

  AT+TYP=<0,1,2>    Node Type  
Node type(0- Coordinator,
1-Router,
2- End Device)
      +TYP:0
OK

  AT+NID    Node Address      (0-65535)
      note: coordinator just setup network addres as 0,
router and end device network is non 0
65535  let system give out random address
    Inquiry return:
+NID:65535  
OK
note: not enter network, inquiry value is the configure value.
Power on and enter network, inquiry value is the current network value.
  AT+TID    Trans Address     ,number character  0-65535
          65535 broadcast address,sending to all device of the network.
          Others is single node address.
     Inquiry return:
+TID:0
OK

  AT+IPR    Baud Rate           (0-4)
0 -- 9600
1 -- 19200
2 -- 38400
3 – 57600
4 — 115200

AT+ECH                note: set up AT commander whether character reflection or not.
 0 – no character reflection
 1 – character reflection

AT+ACK=<0,1> whether reflects ACK data or not.  
       0-no
1-yes

Commander below to be press button:
  AT+VER    Version               note: version inquiry
  Inquiry return:
   Four-Faith F8914 Standard
Ver: V1.00
Time: Nov 28 2011 16:02:38
OK

  AT+DBL=<0,1,2>                  note: debug level.
       0-shut up all debug information
       1-output important information.
2-output all debug information.

AT+AST=<0,1>              note:  defual is 1
     0 – reset can't add into network
1 – resent can add into network.

  AT+STA             note: reset network.        
      Return OK.
      Erro return ERROR.
      note: when AT+AST setup as “reset can’t add into network”,
so need this commander to start this network.


      
  AT+SAV    Save                  save parameter.
  AT+ESC    Escape                quit AT commander state, enter into transparent mode
AT+API    API                   change into API method
  AT+FAC    Factory               recover factory configuration
  AT+SRS    System Reset          system restart.
AT+SNS                          inquiry local device network state.


Check sgnal   at+csq  normal value is   3199
Check whether reading PIN or not   at+cpin?     If yes ,return  READY

Popular Posts