# SPORTident USB Driver

Windows driver for connecting SPORTident USB devices. Once installed, a
connected device appears as a virtual COM port (in Device Manager under
**Ports (COM & LPT)**).

Supported: Windows 10 1709 (build 16299) and later, and Windows 11 —
x64 and ARM64 (including the matching Windows Server editions).

## Installation

Double-click `SPORTident.UsbDriver.Setup.exe` and confirm the Windows
prompt (the publisher is shown as **SPORTident GmbH**).

For unattended installation, run `SPORTident.UsbDriver.Setup.exe /S`
(suppresses the success message; exit code `0` means success).

### Manual installation (alternative)

If you prefer not to run the installer, right-click `driver\sportident.inf`
(in the `driver` folder of this download) and choose **Install**.

## Uninstallation

Open an elevated command prompt and run:

```
pnputil /enum-drivers
```

Find the entry whose **Original Name** is `sportident.inf`, note its
**Published Name** (e.g. `oem42.inf`), then run:

```
pnputil /delete-driver oem42.inf /uninstall /force
```

## Support

<https://www.sportident.com/> · support@sportident.com
