RFD40 configure trigger like there is only one

// Expert user has replied.
I Ivo Kampshof 2 years 7 months ago
30 1 1

Hi,
I have also an other question about the trigger of the RFD40. How can I configure it (with SDK) to behave as one trigger. Just like the RFD8500. So you can switch between the barcode scanner and rfid mode WITHOUT updating the scanner plugin.

Thx

Please register or login to post a reply

1 Replies

C Chuck Lin

Using the latest RFID SDK, you can use the code snippets to configure the trigger mapping.

Try{
reader.Config.setKeylayoutType(ENUM_KEYLAYOUT_TYPE.UPPER_TRIGGER_FOR_RFID);
} catch (InvalidUsageException e) {
e.printStackTrace();
} catch (OperationFailureException e) {
e.printStackTrace();
}

For more info, please refer to the link below:
https://techdocs.zebra.com/dcs/rfid/android/2-0-2-82/tutorials/triggerr…

Hope helps,

Chuck

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