* sometimes barcode scanner beeps but no product is added on PoS and it doesn't warns about not found product
* sometimes it can't find a product and shows a lot of warnings
With attached patch it works much better (for me), basically it fixes the number filter applied to received input and adds a warning if the barcode readed has less than 13 characters which happens to me sometimes, maybe caused by high interval between numbers on barcode scanner, I also raised that interval to 100ms.
PoS on 6.1 is not working fine for me:
* sometimes barcode scanner beeps but no product is added on PoS and it doesn't warns about not found product
* sometimes it can't find a product and shows a lot of warnings
With attached patch it works much better (for me), basically it fixes the number filter applied to received input and adds a warning if the barcode readed has less than 13 characters which happens to me sometimes, maybe caused by high interval between numbers on barcode scanner, I also raised that interval to 100ms.