Skip to content

Releases: michaelmnich/BarcodeSimulator

Release list

BarcodeSDK v1.0.0

Choose a tag to compare

@michaelmnich michaelmnich released this 13 May 00:48
f3dc619

🚀 BarcodeSDK v1.0.0

Emulate a barcode scanner by sending keystrokes to any application.

Highlights

  • Scanner emulation — sends keystrokes to the active window, just like a real hardware scanner
  • 📊 Multiple barcode types — UPC-A, EAN-13, EAN-8, Code39, and free text
  • 📱 QR Code generation — with optional custom icon overlay
  • 🎹 Configurable hotkey — trigger sending with any key combination
  • Adjustable send delay — countdown timer before keystrokes are sent (1–10 s)
  • 🖨 Print support — print barcodes and QR codes directly
  • 🎨 Dark / Light theme — Windows 11 Fluent Design with theme switching
  • 🏷 Custom branding — drop your own logos and QR icon in the Branding/ folder

Download

File Description
BarcodeSDK-v1.0.0-win-x64.zip Self-contained single-file executable (no .NET installation required)

Requirements

  • Windows 10 or later (x64)
  • No additional runtime needed — the app is fully self-contained

Quick start

  1. Download and extract the ZIP
  2. Run Barcodesdk.exe
  3. Add barcode strings, register a hotkey, and start scanning!

Tech Stack

  • .NET 10 · WPF-UI 3.0 · QRCoder