Communicating with peripheral devices (XAML)
Purpose
Your Windows Store app can communicate with a wide range of peripheral devices. Learn how your app can scan content from a scanner, print to a 3D printer, and use device protocol APIs to communicate with USB, HID, Bluetooth GATT, and Bluetooth RFCOMM devices.
In this section
| Topic | Description |
|---|---|
|
Support 3D printing to a 3D printer in your app built for Windows 8.1. | |
|
Learn here how to scan content from your Windows Store app using C# or C++, by using a flatbed, feeder, or auto-configured scan source. | |
|
Windows Runtime in Windows 8.1 provides a new namespace: Windows.Devices.Usb. By using the namespace, you can write a Windows Store app that talks to a custom USB device. "Custom" in this context means, a peripheral device for which Microsoft does not provide an in-box class driver. | |
|
Windows Runtime in Windows 8.1 provides several new Bluetooth namespaces:
Using these namespaces, developers can write a Windows Store app that talks to Bluetooth devices. | |
|
The Windows.Devices.HumanInterfaceDevice API lets your Windows Runtime app access devices that support the Human Interface Device (HID) protocol. |