Hello everyone,
I am working with a LI4278.
The reference guide has a barcode for sending batch data when LI4278 is in the standard batch mode (page 4-32). I am searching for a way to trigger this batch data transfer via code (similar to how one can trigger a barcode scan via the ExecCommand method, which generates a barcodeEvent).
I have read both the Product Reference Guide and the Scanner SDK documentation. I have also looked at the source code of the Sample APP and the WMI Driver, but was not able to find a solution for the following problem... A few years ago someone had a similar problem here, but the answer is inconclusive and the reference link seems broken.
I would be very glad if anyone had has any pointers. I am working with .NET 4.8, latest Windows SDK, with CoreScanner Driver 3.08.
Best,
Joao
Accepted Solution
Enter batch mode and Send Batch data do not have RSM attribute and therfore can not be executed programatically
2 Replies
Enter batch mode and Send Batch data do not have RSM attribute and therfore can not be executed programatically
Thank you, I suspected this was the case but couldn't find it written.