Replies: 1 comment 1 reply
-
Hello, quite some time, i am having same issue but have honeywell scanner
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a programming problem with my Barcode scanner connected to PC by serial port (COM3).
I'm trying to reading data from the scanner and depending on the specific condition send command to device to beep.
Reading data from scanner is not the problem. The problem is sending command to make a scanner beep.
My code:
I want send command to scanner to beep if, for example received barcode is 5901882110014.
How can I approach to this problem?
My scanner is Zebra DS2278:
https://www.zebra.com/content/dam/zebra_new_ia/en-us/manuals/barcode-scanners/general/ds2278/ds2278-prg-en.pdf
https://www.zebra.com/content/dam/zebra_new_ia/en-us/manuals/barcode-scanners/software/opos-driver-dg-en.pdf
Beta Was this translation helpful? Give feedback.
All reactions