Default IP Address of BMXNOR0200H Module can be get from it's MAC Address.
The default IP address format is 84.x.y.z:
For example a device with 00-00-53-12-01-C4 MAC address has the following default IP address: 84.18.1.196 (12 hex = 18 dec, 01 hex = 1 dec, C4 hex = 196 dec)
The default IP address format is 84.x.y.z:
- 84: a fixed value
- x.y.z: The last three fields in the default IP address correspond to the decimal equivalents of the last three bytes in the MAC address.
For example a device with 00-00-53-12-01-C4 MAC address has the following default IP address: 84.18.1.196 (12 hex = 18 dec, 01 hex = 1 dec, C4 hex = 196 dec)