Skip to content

Commit

Permalink
Force-enable all symbologies for ZebraOSS #160 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaSpood authored Mar 4, 2024
1 parent 9530bbd commit c8bbc17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import com.enioka.scanner.bt.api.DataSubscriptionCallback;
import com.enioka.scanner.data.Barcode;
import com.enioka.scanner.data.BarcodeType;
import com.enioka.scanner.sdk.zebraoss.commands.ActivateAllSymbologies;
import com.enioka.scanner.sdk.zebraoss.commands.Beep;
import com.enioka.scanner.sdk.zebraoss.commands.InitCommand;
import com.enioka.scanner.sdk.zebraoss.commands.LedOff;
Expand Down Expand Up @@ -244,6 +245,7 @@ public void onTimeout() {

this.btScanner.runCommand(new InitCommand(), null);
this.btScanner.runCommand(new SetPickListMode((byte) 2), null);
this.btScanner.runCommand(new ActivateAllSymbologies(), null);
this.btScanner.runCommand(new ScanEnable(), null);

// We are already connected if the scanner could be created...
Expand Down

0 comments on commit c8bbc17

Please sign in to comment.