-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start Guide
Daniel Depaor edited this page May 28, 2026
·
1 revision
This test proves the core concept — DeviceMocker sends keystrokes to another application, just like a real barcode scanner.
- Open Notepad (or any text editor)
- Open DeviceMocker
- Go to Devices → click SCAN (Barcode / QR Scanner)
- On the right panel, click "Coca-Cola 330ml" (
5449000000996) - You get 3 seconds — quickly click inside Notepad
- Watch:
5449000000996appears in Notepad, followed by Enter
DeviceMocker simulated a barcode scanner:
- It typed the barcode digits one by one using the Windows SendInput API
- It pressed Enter at the end (the "suffix")
- Notepad received the input as if you typed it on a physical keyboard
- Your POS/inventory app would receive it the same way
- Try the Virtual Keyboard — send individual keys and shortcuts
- Try the Weighing Scale — send weight values to your app
- Try the Test Sequence Builder — automate multi-step inputs
- Try Batch Scan Mode — fire 10 barcodes in a row to stress-test your app
Most device simulators have a "Send After 3s" button. This is because:
- DeviceMocker sends keystrokes to the currently focused window
- When you click a button in DeviceMocker, DeviceMocker has focus
- The 3-second countdown gives you time to click your target app
- After 3 seconds, the keystrokes go to whatever window is focused
You can change the countdown duration in Settings → Countdown Seconds.