TriggerType.HARD seems never work in demo apk

S Spike Wuller 3 years 2 months ago
1 1 0

Hello Zebra team
I'm testing this demo (https://techdocs.zebra.com/emdk-for-android/7-3/samples/barcode) for our WT6000 and RS6000 Bluetooth Scanner but it only works for soft scan with mode TriggerType.SOFT_ONCE. Actually i want to use hard trigger in RS6000 device therefore i made some changes by TriggerType.HARD but it seems never work
if(bSoftTriggerSelected) {
scanner.triggerType = TriggerType.HARD;
bSoftTriggerSelected = false;
} else {
scanner.triggerType = TriggerType.HARD;
}
Hope to get your response soon. Thank you Zebra support team

Please Register or Login to post a reply

1 Replies

D Darryn Campbell

Hi, so just to troubleshoot:

You have selected RS6000 scanner from the dropdown
The RS6000 scanner is (Bluetooth) paired with the device
The RS6000 scanner is connected via Bluetooth
The onConnectionChanged callback is fired: https://github.com/Zebra/samples-emdkforandroid-7_3/blob/master/Barcode…
The read is submitted: https://github.com/Zebra/samples-emdkforandroid-7_3/blob/master/Barcode…
If all of the above have happened then the hardware trigger (on the RS6000 unit, not the mobile computer) should cause a scan to occur.

I have not heard of a scanner only responding to a soft scan and not a hard scan before.  I don't have a device handy to check I'm afraid.

CONTACT
Can’t find what you’re looking for?