InterviewSolution
Saved Bookmarks
| 1. |
What Is The Slave Id? |
|
Answer» Each slave in a network is ASSIGNED a unique unit address from 1 to 247. When the master requests data, the first byte it SENDS is the Slave address. This WAY each slave knows after the first byte whether or not to ignore the message. Each slave in a network is assigned a unique unit address from 1 to 247. When the master requests data, the first byte it sends is the Slave address. This way each slave knows after the first byte whether or not to ignore the message. |
|