Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 1 7E start frame
  2. ===== =================== MESSAGE LENGHT
  3. 2-3 0x00 0x19 -> 25
  4. ===== =================== PACKET TYPE
  5. 4 88 -> response to a remote AT command
  6. 5 02 frame ID
  7. ===== =================== AT COMMAND
  8. 6-7 0x4E 0x44 "ND"
  9. 8 00 status byte (00 -> OK)
  10.  
  11. ===== =================== MY - Remote Address
  12. 9-10 0x17 0x85
  13. ===== =================== SH - SERIAL NUMBER HIGH
  14. 11-14 0x00 0x13 0xA2 0x00
  15. ===== =================== SL - SERIAL NUMBER LOW
  16. 15-18 0x40 0xB4 0x50 0x23
  17. ===== =================== SIGNAL
  18. 19 20
  19. = ======== NI - Node Identifier
  20. 20 00
  21. 21 FF
  22. 22 FE
  23. 23 01
  24. 24 00
  25. 25 C1
  26. 26 05
  27. 27 10
  28. 28 1E
  29. ===== ===== CHECKSUM (25th bytes from MESSAGE LENGHT)
  30. 29 19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement