Доставить в United Kingdom , USD
Самый положительный отзыв о %s на Banggood, Покупайте лучший %s по самой низкой цене на Banggood. Просмотрите самый полезный положительный отзыв о %s перед покупкой., радиоуправляемые игрушки, забавные виды спорта, фэшн, популярная электроника
Lionman 10/05/2019
Compact, fast and efficient bar code reader for embedded systems as well as PC based systems. Has both USB port and TTL serial ports. The USB port can be connected to the PC USB port and the codes are input just like a keyboard entry. With any text editor open you can scan a code and the code will appear in the editor. I also connected the UART port to the RX pin of the UNO and Mega and was able to display the code on the Arduino IDE serial monitor. Only 1 port of the bar code reader can be activated at any time, its either USB output or UART output, not both. There are various configurations which are achieved by reading the relevant QR code from the user manual. Unfortunately the user manual link in the product page provides a Chinese manual. I got the equivalent English manual by searching the internet for it. The price was a little high for me, but I had no other option for the time being. I am looking forward to getting the updated model GM66 which comes with an enclosure. Presently its not available in Banggood.
3
Комментарии (4)
Оплатить
  • BG453717541 Can you please send the arduino code you used.?

    Ответить 30/11/2019
  • Valentin85 Yes can you share your arduino code ? I'm also interested

    Ответить 09/01/2020
  • Lionman @BG453717541 You can download the GM66 user manual from this website link:https://www.dropbox.com/sh/buysgr2aeutuub3/AADsvupiGseFm-6IowMBWGCOa?dl=0GM66 is the same as GM65 except that it comes with an enclosure.To setup any config, you will need the manual. Power on the module and....Read first the "setup code on" QR codeAfter finishing the setting read the "Save" QR code.To select the UART interface, read the QR code for "Series Output"Default baud Rate is 9600If you want to select the USB interface, read the "USB PC Keyboard"Only one interface will work at any time.Mega_seria.ino (see below) works with a Mega on port 3 after configuring the scanner to output on UART ("Series Output") mode.void setup() { // initialize serial ports Serial.begin(9600); // USB serial port 0 Serial3.begin(9600); // serial port 3 Serial.println("Ready to read bar code");}byte rx_byte = 0; // stores received bytevoid loop() { // check for data byte on USB serial port if (Serial.available()) { // get byte from USB serial port rx_byte = Serial.read(); // send byte to serial port 3 Serial3.write(rx_byte); } // check for data byte on serial port 3 if (Serial3.available()) { // get a byte from serial port 3 // Serial.println("One byte"); rx_byte = Serial3.read(); // send the byte to the USB serial port Serial.write(rx_byte); if(rx_byte == '\r') Serial.println(); }}

    Ответить 15/01/2020
  • BG533716444 it's hands free ? automatically read bar code without pressing any button ?

    Ответить 08/02/2020
Онлайн-консультант
Опрос удовлетворенности

Скачать приложение, чтобы получить эксклюзивный 10% off купон