If this is the case We need not worry about such a thing called the Barcode Reader Do we ?Originally Posted by dec0ding
If this is the case We need not worry about such a thing called the Barcode Reader Do we ?Originally Posted by dec0ding
We can't solve problems by using the same kind of thinking we used when we created them
Generally yes. If you have "looped into the keyboard" you don't have to worry about it at all. Though tuning of barcode reader itself may be needed (things like type of code etc).Originally Posted by sunil.thaha
sure, just as you dont have to look after Keybords stdin...Barcode reader writes in the Stdin...so the system reads it.Originally Posted by sunil.thaha
That is all. But there might be different types of Barcode readers anyways...I have experience with one type. Just ask for one that will connect with the keyboard and then both devices will go into PS/2 or serial...
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 DiscussionOriginally Posted by wysota
![]()
We can't solve problems by using the same kind of thinking we used when we created them
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.
Last edited by wallyqt; 13th November 2007 at 12:15. Reason: changed notification mode
Bookmarks