SWRA671 June   2020 CC1312R , CC1312R , CC1352P , CC1352P , CC1352R , CC1352R , CC2652P , CC2652P , CC2652R , CC2652R , CC2652R7 , CC2652R7 , CC2652RB , CC2652RB , CC2652RSIP , CC2652RSIP

 

  1.   Cloning Z-Stack Network Properties Using the SimpleLink Wireless MCU Family
    1.     Trademarks
    2. Introduction
    3. Abbreviations and Acronyms
    4. Tool Versions
      1. 3.1 Command Line Interface (CLI)
      2. 3.2 MAC OS Application
      3. 3.3 Windows Executable
    5. Trust Center and Non-Volatile Memory
    6. Multi-Page NVM
    7. MT Interface
    8. Zigbee Coordinator Setup Procedure
    9. Zigbee Coordinator Cloning Procedure
      1. 8.1 Cloning: Method One
      2. 8.2 Cloning: Method Two
    10. Zigbee Coordinator Cloning Procedure Example
    11. 10 Other Application Considerations
    12. 11 Summary
    13. 12 References
  2.   A TI Zigbee Network Properties Cloning Tool Guide
    1.     A.1 Tool Layout
    2.     A.2 Configuration File
    3.     A.3 Content File
    4.     A.4 Application Selection
    5.     A.5 COM Ports
    6.     A.6 Read Settings
    7.     A.7 Write Settings
    8.     A.8 Output Settings
    9.     A.9 Save/Load Settings
    10.     A.10 Help
  3.   B Establishing a Serial Connection
    1.     B.1 Serial Connections
    2.     B.2 Detecting COM Ports

Serial Connections

The TI Zigbee Network Properties Cloning Tool uses Python's PySerial package to establish a serial connection with the device and create a Network Process Interface (NPI). In order to establish a serial connection the following criteria needs to be defined: Port, Baudrate, Parity, Stop bits, and Bytesize.

Table 8. Serial Connection Parameters

Criteria Value Explanation
Port -- The value assigned to the application serial port interface used for the transmission of the data. This value will vary across devices and Personal Computers (PC)s. *
Baudrate 115200 The number of bits that are sent during the communication for a specific unit of time.
Parity NONE Parity is used as a method to detect errors in transmission. For the serial connection this is set to NONE.
Stop Bits 1 The amount of bits used to indicate the end of a frame
Bytesize 8 Number of data bits