Results 1 to 13 of 13

Thread: Qt + Barcode Reader

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Qt + Barcode Reader

    Is this topic related to Qt in any way? Moving to "General Discussion".

  2. #2
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    76
    Thanked 37 Times in 32 Posts

    Default Re: Qt + Barcode Reader

    Quote Originally Posted by wysota
    Is this topic related to Qt in any way? Moving to "General Discussion".
    Me too I didn't want to post here. I mistook Qt's General for General Discussion
    We can't solve problems by using the same kind of thinking we used when we created them

  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: Qt + Barcode Reader

    Bar code scanner is just a device.
    So first you need to know what kind of a device you have.
    If its serial, then you can use QExtSerial.
    If its parallel, you can use parapin, and I made a Qt wrapper class for it you want I can send it to you.
    I don't know my self about any USB C++ or Qt wrappers, so either you will have to seach for it, or write it your self.
    (I am talking about linux here)

    Again, Qt is a GUI tool kit, and if your app needs to talk to any hardware, you will have to link agains that hardware driver, but it has nothing to do with the application being builed with Qt.
    Some times it can be convinent to wrap API of drivers with Qt, and enjoy signal and slots to communicate with the hardware.
    I have done it with frame grabbers, parapin, and also custom made (not by me) USB driver.

  4. #4
    Join Date
    Nov 2007
    Posts
    27
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    5

    Default Re: Qt + Barcode Reader

    Quote Originally Posted by theLSB View Post
    B
    If its parallel, you can use parapin, and I made a Qt wrapper class for it you want I can send it to you..

    I want to access the parapin-kernel-driver (from user-space) in a KDE-QT application.
    May you send me the code you are speaking about above, please.

    cheers wally
    Last edited by wallyqt; 13th November 2007 at 12:15. Reason: changed notification mode

Similar Threads

  1. Replies: 4
    Last Post: 27th June 2012, 10:41
  2. how make barcode in Qt 4 Win 32 ?
    By agoestafin in forum Qt Programming
    Replies: 2
    Last Post: 30th January 2009, 07:32
  3. reseting reader
    By uchennaanyanwu in forum Newbie
    Replies: 1
    Last Post: 1st August 2008, 20:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.