Saved Bookmarks
| 1. |
Can You Have Two Transmitters Using The Same Exact Header Field? |
|
Answer» No that WOULD produce a bus conflict. • Unless you have middleware that ENSURES only one NODE can TRANSMIT at a time. For EXAMPLE: use a low priority message as a token to emulate token-passing. No that would produce a bus conflict. • Unless you have middleware that ensures only one node can transmit at a time. For example: use a low priority message as a token to emulate token-passing. |
|