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

Need Qt sample c++ code for zebra barcode scanner

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 660 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 24 May 2023, 03:38 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 24 May 2023, 09:32
    0
    • K Offline
      K Offline
      Kent-Dorfman
      wrote on 24 May 2023, 04:48 last edited by
      #2

      What does your google search turn up?

      1 Reply Last reply
      0
      • K Karuppu
        24 May 2023, 03:38

        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 24 May 2023, 09:32 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 25 May 2023, 03:18
        0
        • O ollarch
          24 May 2023, 09:32

          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 25 May 2023, 03:18 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 25 May 2023, 03:55
          0
          • K Karuppu
            25 May 2023, 03:18

            @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 25 May 2023, 03:55 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

            4/5

            25 May 2023, 03:18

            • Login

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