Re: Barcode Reader devices
- Scanning Multiple Barcodes Automatically: In Power Apps, the built-in barcode scanner control is designed to capture a single barcode at a time. It does not have a feature to scan multiple barcodes automatically in a single instance. After scanning one barcode, the user would need to trigger the scanning process again to capture the next barcode.
However, you can create a custom solution using Power Apps components or external APIs to achieve automatic scanning of multiple barcodes. This would involve integrating with a barcode scanning API or leveraging custom coding to handle the scanning and processing of multiple barcodes.
- Scanning Barcodes from Windows Computer using Peripheral Device: Power Apps primarily targets mobile and tablet devices, so it does not provide direct support for scanning barcodes from a Windows computer using a peripheral device.
However, if your barcode scanner acts as a keyboard wedge and emulates keyboard input, you can use Power Apps on a Windows computer to capture the barcode data. When the barcode scanner scans a barcode, the scanned value will be treated as keyboard input and entered into a text input control or other relevant control in your Power Apps app.
Please note that the specific behavior and compatibility of your barcode scanner with the Windows operating system will determine if it can emulate keyboard input successfully. It's advisable to consult the documentation or support resources for your barcode scanner to determine if it supports keyboard emulation on a Windows computer.
In summary, while Power Apps has limitations in terms of scanning multiple barcodes automatically and scanning barcodes directly from a Windows computer using a peripheral device, you can explore custom development options or leverage barcode scanning APIs to achieve these functionalities in your Power Apps canvas app.