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
Existing USB sharing software can only be used by one person at a time, which is known as exclusive mode. This is great for USB storage devices as it ensures data integrity. However, for certain devices, such as electronic dog devices, a request only requires processing input data and outputting the result, and the data volume is not very large. I do not understand the USB protocol at all and do not know if it is possible to implement a function like this: after sharing such USB devices, use a non-exclusive mode, meaning multiple users can connect to the shared USB device simultaneously. The sharing server would process the data requests from multiple users in the order they were received and return the results accordingly. Is it possible to implement such functionality?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Existing USB sharing software can only be used by one person at a time, which is known as exclusive mode. This is great for USB storage devices as it ensures data integrity. However, for certain devices, such as electronic dog devices, a request only requires processing input data and outputting the result, and the data volume is not very large. I do not understand the USB protocol at all and do not know if it is possible to implement a function like this: after sharing such USB devices, use a non-exclusive mode, meaning multiple users can connect to the shared USB device simultaneously. The sharing server would process the data requests from multiple users in the order they were received and return the results accordingly. Is it possible to implement such functionality?
Beta Was this translation helpful? Give feedback.
All reactions