> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# RawTappyReader

> Tappy over WebUSB. Fails on Windows while the OS serial driver owns the device.

Tappy over WebUSB. Fails on Windows while the OS serial driver owns the device.

```ts theme={null}
import { RawTappyReader } from "@endstate-sdk/reader";
```

```ts theme={null}
class RawTappyReader extends TappyReaderBase
```

## Example

```ts theme={null}
if (RawTappyReader.isSupported()) {
  const reader = new RawTappyReader();
}
```
