SWRA671 June 2020 CC1312R , CC1312R , CC1314R10 , CC1314R10 , CC1352P , CC1352P , CC1352R , CC1352R , CC1354P10 , CC1354P10 , CC1354R10 , CC1354R10 , CC2652P , CC2652P , CC2652R , CC2652R , CC2652R7 , CC2652R7 , CC2652RB , CC2652RB , CC2652RSIP , CC2652RSIP
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.
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 |