Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Need Qt sample c++ code for zebra barcode scanner
Forum Updated to NodeBB v4.3 + New Features

Need Qt sample c++ code for zebra barcode scanner

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 717 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Karuppu
    wrote on last edited by
    #1

    I could able to read barcode information from zebra scanner using scanner SDK with MFC.

    But I would like to read barcode information without MFC in QT.

    Can you help me to connect zebra scanner barcode event with my slot function.

    O 1 Reply Last reply
    0
    • Kent-DorfmanK Offline
      Kent-DorfmanK Offline
      Kent-Dorfman
      wrote on last edited by
      #2

      What does your google search turn up?

      1 Reply Last reply
      0
      • K Karuppu

        I could able to read barcode information from zebra scanner using scanner SDK with MFC.

        But I would like to read barcode information without MFC in QT.

        Can you help me to connect zebra scanner barcode event with my slot function.

        O Offline
        O Offline
        ollarch
        wrote on last edited by
        #3

        Normally they provide the libraries for that. If it is a barcode scanner I think it could be used as a serial port device.

        K 1 Reply Last reply
        0
        • O ollarch

          Normally they provide the libraries for that. If it is a barcode scanner I think it could be used as a serial port device.

          K Offline
          K Offline
          Karuppu
          wrote on last edited by Karuppu
          #4

          @ollarch @Kent-Dorfman
          They(Zebra) provided SDK, based on that I wrote c++ program in Qt to get ScanDataEvent using MFC CCmdTarget & AfxConnectionAdvise. I could able to see the Barcode data in my application.

          But, now I would like to get scanned data without MFC in Qt. I don't want to use CCmdTarget & AfxConnectionAdvise.

          I could not find in google search.

          C 1 Reply Last reply
          0
          • K Karuppu

            @ollarch @Kent-Dorfman
            They(Zebra) provided SDK, based on that I wrote c++ program in Qt to get ScanDataEvent using MFC CCmdTarget & AfxConnectionAdvise. I could able to see the Barcode data in my application.

            But, now I would like to get scanned data without MFC in Qt. I don't want to use CCmdTarget & AfxConnectionAdvise.

            I could not find in google search.

            C Offline
            C Offline
            ChrisW67
            wrote on last edited by
            #5

            @Karuppu It looks to me from the published examples that the Core Scanner API is an ActiveX component in Windows.

            You can use this through direct Windows API programming, with or without MFC, or using Active Qt. If you are expecting someone else to write this so that you copy and paste then you may be waiting a long time.

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved