BarCode Scanner with Arduino

Поділитися
Вставка
  • Опубліковано 4 бер 2020
  • Barcode scanner can be used with Arduino. For this you need an USB-HOST module which provides TTL Tx/Rx to connect with Arduino.
    Buy Link for USB-HOST (Barcode scanner to be purchased separately)
    www.alselectro.in/product-pag...
    Arduino code download :
    99ba69f9-3a9c-49a1-8c2a-52df0...
  • Навчання та стиль

КОМЕНТАРІ • 47

  • @rosteinow5625
    @rosteinow5625 7 місяців тому

    I had no knowledge about barcord ,it was really interesting and useful

  • @hruthik_animations999
    @hruthik_animations999 Рік тому

    Thank you sir, your video and your product really helped my project

  • @shakerileiwat4341
    @shakerileiwat4341 4 роки тому +2

    Very nice , thank you ♥

  • @aion2177
    @aion2177 3 роки тому

    So basically carrige return stops the serial.read() procedure, saves the number inside the variable and jumps to next line? So basically pressing enter, or reading a return keycode it stops the read process? That is how it knows how to move to next line?

  • @muzammil_khan
    @muzammil_khan 4 роки тому +1

    Using CH375B USB Disk Read-Write Module Will work or not with Arduino to read barcode

  • @simasonline5215
    @simasonline5215 3 роки тому

    can this program for USB version of RFID? If so, is there anything that needs to be modified? thank you

  • @AbiChess.tricks
    @AbiChess.tricks 3 роки тому

    @saravanan , sir can we connect usb keyboard in the same host ic

  • @otarsmidth54
    @otarsmidth54 3 роки тому

    Dear Sir Saravanan where or how i can buy this Rx,Tx to USB 1.0 module with chip CH559 for Barcode Scanner ?
    it is not on aliexpress 🤔

  • @AMITSHARMA-sl2tq
    @AMITSHARMA-sl2tq Рік тому

    Thanks Sir, For made usefully video

  • @roshands1604
    @roshands1604 2 роки тому

    Great video..tnk you

  • @rahulshanbhag7872
    @rahulshanbhag7872 3 роки тому

    @Saravanan AL I tried using with a Honeywell scanner using the same code and same usb host shown in the video. Only difference is the scanner power requirement is 5V@450mA. The scanner is working fine but arduino is not getting any data from the scanner.

    • @Shayankhan48
      @Shayankhan48 Рік тому

      Check if the Tx of the arduino is connected to the Rx of USB host and Rx of Arduino to Tx of USB host. Try to change the baud rate 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 31250, 38400, 57600, and 115200. Test all these baud rates.

  • @inceptionbahcesehir853
    @inceptionbahcesehir853 2 роки тому +1

    Thank You

  • @JuanMorales-ip9so
    @JuanMorales-ip9so 2 роки тому

    Hello every one, I´m using an USB HOST SHIELD mounted on an Arduino Uno, I´m trying a code that I got from youtube, but when I scan a code, no code is shown on the Arduino monitor, does anyone have a code out there that works with an USB Host Shield?

  • @bhavinsinhparmar5399
    @bhavinsinhparmar5399 4 роки тому +1

    Nice Sir

  • @electronic7979
    @electronic7979 4 роки тому +1

    Nice

  • @educationarena6308
    @educationarena6308 3 роки тому

    Hello sir I am working on barcode scanner and wants to buy your USB HOST module how can I purchase it...?

  • @vcamtech
    @vcamtech 4 роки тому

    Dear Sir
    how can buy this USB board?

  • @c47tejassamant66
    @c47tejassamant66 Рік тому

    Can we do like, if ******** this barcode is scanned then specify the product name and price and when 2nd barcode is scanned add the second one's price to first one. It is the system used in the malls
    Can I do that by modifying the code?

  • @vkproduction1166
    @vkproduction1166 11 місяців тому

    I did now understand one thing y did you use count in the code what is the use of it ?

  • @alessandromocci4933
    @alessandromocci4933 Рік тому

    Can I connect two barcode scanner in 1 arduino uno board with 2 usb-host module?

  • @escanor5671
    @escanor5671 2 роки тому

    Hi sir, I want to download the code but when I click the link nothing happens.

  • @elzubairelseddeg4047
    @elzubairelseddeg4047 Рік тому

    I know it's going to sound stupid but I want to know as long as the barcode scanner can work directly with the computer what's the point of using the arduino then?

  • @Khanarmaanrokz
    @Khanarmaanrokz 4 роки тому +1

    How do we get price of the product ?

  • @lirfonej2553
    @lirfonej2553 2 роки тому +1

    Hello, I'm interested to try your project can you help us?

  • @usmantariq3930
    @usmantariq3930 11 місяців тому

    heyI have ch376s module and I am using a honeywell voyager 9540 with esp8266 but it not showing anything at monitor i have tried multiple baud rates as well

    • @SaravananAL
      @SaravananAL  11 місяців тому

      This USB module has a custom built firmware to support bar code scanner.CH376 is used to read/write file in USB Flash Drive or SD card. It will not work for bar code scanner.

  • @eeegladiators3148
    @eeegladiators3148 3 роки тому

    I want to buy this
    How can i buy this

  • @kolhatkarchinmay
    @kolhatkarchinmay 4 роки тому

    Sir any USB based barcode scanner can be interfaced Like this? Using just USB to ttl or any specific scanner module is available? I see on amazon there are similar looking Barcode scanners at cost of 500 to 1000 are they good for projects??

    • @SaravananAL
      @SaravananAL  4 роки тому

      Any usb barcode scanner matches with this usb-host.The usb host board converts the scanner HID device & provides ttl output to communicate with microcontrollers.

    • @kolhatkarchinmay
      @kolhatkarchinmay 4 роки тому

      @@SaravananAL so buying that USB board is compulsory?? Or we can use any usb to ttl converter like CH340 CP2102 FTDI PL2303??? Or is it any special controller on that USB board??

    • @SaravananAL
      @SaravananAL  4 роки тому

      @@kolhatkarchinmay This board is designed purposely for scanner.Other ttl boards cannot be used.

    • @kolhatkarchinmay
      @kolhatkarchinmay 4 роки тому

      @@SaravananAL thanks got it!

  • @imlassuom
    @imlassuom Рік тому

    Thanks

  • @jrkravikumar
    @jrkravikumar 4 роки тому

    hi sir i am working with intex IN-101 BS SCANNER, unable to connect with usb to ttl which i have bought from market to my arduino, will your usb host module connect to intex scanner

    • @SaravananAL
      @SaravananAL  4 роки тому

      Scanner will not work with market usb-ttl .You need to buy our usb host module specially designed for scanner.Buy link in description.

    • @eeegladiators3148
      @eeegladiators3148 3 роки тому

      @@SaravananAL i want to buy this
      how can i buy this
      please help

  • @praveenafrancis
    @praveenafrancis 2 роки тому

    How Can i have the code?

  • @alexmarnan4228
    @alexmarnan4228 3 роки тому +1

    Greetings. Is this compatible with Arduino UNO?

  • @sayedadilkhadri6332
    @sayedadilkhadri6332 2 роки тому

    Sir want codding. Of ardinuo

  • @lorelivrizzi864
    @lorelivrizzi864 4 роки тому

    good job ! very helpful. do you know how to make react a led like : if (barcodeRead==619659161354) { digitalWrite(Led,HIGH); } ?

    • @lbars
      @lbars 3 роки тому

      Same, did you find solution about that?

    • @vkproduction1166
      @vkproduction1166 11 місяців тому

      s its correct

  • @X.journal
    @X.journal 3 роки тому

    The card is correct, but your shop has room

  • @mustafaadnanshanshalali3788
    @mustafaadnanshanshalali3788 3 роки тому +2

    Computer is boring

  • @UmeshSutar-lx9bf
    @UmeshSutar-lx9bf 6 місяців тому

    Hi ysir I wanted to do a projects on barcode pl send ur contact number