Upgrade Notes
If your project still relies on the legacy Bridge process to communicate with the hardware, you can choose a migration route from here. The new WebUSB solution reduces dependence on local bridging services and is more suitable for directly connecting devices within the browser.
Guide List
- Bridge migration to WebUSB (hardware-common-connect-sdk) - Preferred route, use
@ukeyfe/hardware-common-connect-sdkafter migration. - Bridge migration to WebUSB (hardware-web-sdk) - Suitable for projects that are temporarily reserved for
@ukeyfe/hardware-web-sdk.
Pick a Notes
- New Project: Prefer using
hardware-common-connect-sdkto avoid iframe and old Bridge dependencies. - Existing
hardware-web-sdkproject: You can switch to the underlying WebUSB transmission first, or you can migrate tohardware-common-connect-sdkas a whole when conditions permit.