USB-COM barcode scanner plugin for CARE. Provides hardware scanner support for patient identification.
- Web Serial API - Direct browser connection (Chrome/Edge)
- WebSocket Bridge - Fallback for Firefox/Safari via Care Scanner Bridge
- Auto-reconnect - Handles tab switching and disconnections
- Cross-platform - Works on Windows, macOS
This plugin is installed via CARE's plugin system.
| Browser | Method |
|---|---|
| Chrome 89+ | Web Serial API (native) |
| Edge 89+ | Web Serial API (native) |
| Firefox | WebSocket bridge (requires Care Scanner Bridge) |
| Safari | WebSocket bridge (requires Care Scanner Bridge) |
Download and install the Care Scanner Bridge desktop app:
- macOS: Download .dmg
- Windows: Download .exe
The app runs in the system tray and provides a WebSocket server on localhost:7001.
npm install
npm run devnpm run buildOutput will be in dist/ folder.