GM861 Barcode/QR reader multiple SENSOR messages instead of single one... #23421
Replies: 1 comment
-
ok, learning it the hard way... it's about the BaudRate setting in the GM861 driver and the read window of the serial port... This separates the read into chunks. problem for an application is that you need to enable AIM in order to be able to "reassemble" the real read from multiple reads, as the AIM can be used as a "start flag" and whatever comes next without an AIM flag has to be combined... |
Beta Was this translation helpful? Give feedback.
0 replies
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've attached a GM861 barcode reader and enabled
and it works nicely for simple barcodes. However, for barcodes with more content, it gives me a multitude of messages instead of a single one.
I could not find information about that in #18399 so please advise what I'm doing wrong here. Thx
Beta Was this translation helpful? Give feedback.
All reactions