You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devices are connected to each other using procedure:
context registration (device which allows connection)
context retrieval (device which wants to connect)
However connecting multiple devices brings challenges, because it is not clear which device actually requested connection. Thus, if e.g. both PTP and terminal devices are connected to 88-2SIO, the 88-2SIO doesnt know which is which. Also user in schema editor cannot choose this.
Thus, every device should register it's contexts by some ID and then connecting device should name that ID when retrieving context. Not-specifying ID should be allowed only if registering device has just one context.
As of multiplicity, it should be allowed to connect multiple devices to single context ID.
The text was updated successfully, but these errors were encountered:
Devices are connected to each other using procedure:
However connecting multiple devices brings challenges, because it is not clear which device actually requested connection. Thus, if e.g. both PTP and terminal devices are connected to 88-2SIO, the 88-2SIO doesnt know which is which. Also user in schema editor cannot choose this.
Thus, every device should register it's contexts by some ID and then connecting device should name that ID when retrieving context. Not-specifying ID should be allowed only if registering device has just one context.
As of multiplicity, it should be allowed to connect multiple devices to single context ID.
The text was updated successfully, but these errors were encountered: