Need Qt sample c++ code for zebra barcode scanner
-
What does your google search turn up?
-
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.
-
Normally they provide the libraries for that. If it is a barcode scanner I think it could be used as a serial port device.
@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.
-
@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.
@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.