Barcode2 Click example.
Description
This example reads and processes data from Barcode 2 clicks.
The demo application is composed of two sections :
Application Init
Initializes the UART driver used for communication and another UART bus used for data logging.
Application Task
This is an example that demonstrates the use of the Barcode 2 Click board. First, it enables scanning and waits up to 10 seconds for the barcode to be detected. If the barcode or QR Code is detected, it displays its content to the USB UART. After that, disables scanning for 3 seconds. Results are being sent to the Usart Terminal where you can track their changes.
Additional Function
- barcode2_process ( ) - The general process of collecting data the module sends.
- Author
- MikroE Team