We need following information from Zebra:
We are using https://github.com/node-hid/node-hid driver to integrate scanner (ls 2208) in to our app.
We are able to read data from scanner but we can not disable it with the node-hid driver’s device.pause method.
Please note that we have set the scanner to OPOS(IBM Hand-held with full disable) mode.
How do we disable the scanner? The driver provides write method, if we know the command sequence we can use nod-hid driver’s
device.write method to disable it. Also it will be nice if we can set the scanner mode from code instead of scanning.
Thanks
0 Replies