Scanner drivers
-
I am developing a POS system using Qt. Using Qt I have everything I need except the knowledge to create my own drivers for peripherals such as the hand held scanners used with most POS systems.
Has anybody on this list created any drivers?
Does anybody have an idea or direction to point me in?Jay Scherrer
-
Hi,
Not really a Qt question but anyway, before thinking of drivers, what protocol/hardware uses your hand held scanner to talk to your POS ? If it is some sort of serial port, you can use e.g. QSerialPort