Results 1 to 2 of 2

Thread: Class suggestion for finger print scanner

  1. #1
    Join Date
    Jul 2008
    Location
    Philippines
    Posts
    60
    Thanks
    9
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question Class suggestion for finger print scanner

    hi guys, i got here a USB Posiflex-SD300 Series finger print scanner and want to create an application to connect with it. But my problem is, i don't know where to start. What class can i use to communicate with the device? thnk you very much.

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Class suggestion for finger print scanner

    Quote Originally Posted by cutie.monkey View Post
    hi guys, i got here a USB Posiflex-SD300 Series finger print scanner and want to create an application to connect with it. But my problem is, i don't know where to start. What class can i use to communicate with the device? thnk you very much.
    Read the manual of your scanner and its driver.
    See, that, what kind of communication it requires.
    It may be inter process communication or socket communication(client-server).
    So first you need to decide that, how your program and scanner can talk to each other.

    Or it mey be as simple, that, you need to call a function of its driver, that HEY DUMB SCANNER, SCAN NOW.
    And that poor scanner scans and writes a file on disk, so you can simply use that file.

Similar Threads

  1. QT Class GUI Interactions??
    By mikey33 in forum Newbie
    Replies: 3
    Last Post: 19th November 2009, 02:01
  2. Replies: 1
    Last Post: 7th July 2009, 16:46
  3. class QHBoxLayout
    By csvivek in forum Installation and Deployment
    Replies: 2
    Last Post: 10th April 2008, 07:57

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.