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
Currently, the device and host sides of a device control command transaction are tightly coupled. This is due to the command set version needing to be known by both sides at compile time.
One possible enhancement would be to extend the protocol and/or host library to support a command set spec file as input. Then we would only need to provide a single host application that can control any device.
The text was updated successfully, but these errors were encountered:
Currently, the device and host sides of a device control command transaction are tightly coupled. This is due to the command set version needing to be known by both sides at compile time.
One possible enhancement would be to extend the protocol and/or host library to support a command set spec file as input. Then we would only need to provide a single host application that can control any device.
The text was updated successfully, but these errors were encountered: