Arduino Due có chức năng USB Host, máy quét mã vạch NTEUMM F6 có thể hoạt động như một USB HMI Keyboard. Chính vì vậy Arduino Due có thể lấy được mã vạch do máy quét trả về. Kết nối đầu thu wireless của máy quét mã vạch với cổng usb native của Arduino Due thông qua cáp USB OTG. Nạp code như sau cho Arduino Due /* Keyboard Controller Example Shows the output of a USB Keyboard connected to the Native USB port on an Arduino Due Board. created 8 Oct 2012 by Cristian Maglie http://www.arduino.cc/en/Tutorial/KeyboardController This sample code is part of the public domain. */ // Require keyboard control library #include <KeyboardController.h> // Initialize USB Controller USBHost usb; // Attach keyboard controller to ...