0 like 0 dislike
63 views
in F10 by Q&A Freshman (102 points)
recategorized by

Can't output Wiegand26 from App SDK Wiegand test. Our device can't see wiegand output from Telpo F10 device. Wiegand reader on device is work.

What is required for this to work?

Please log in or register to answer this question.

1 Answer

0 like 0 dislike
by Q&A Expert (11.0k points)

method

PosUtil.getWg26Status(long cardid);

PosUtil.getWg34Status(long cardid);

 

Parameters:

cardid: Decimal card number

 

PosUtil.sendSpecialWG(String cardNumBin)

 

Parameters:

Send custom Wigan signal(up to 64 bits)

cardNumBin: Binary string to send signal

Call Wiegand static method ,if the return value is 0 successfully means send success, if not 0 means send failed.

Receive Wiegand Data

PosUtil posutil = new PosUtil(context);

posutil.registerBroadcastWiegandInput();//Register broadcast

posutil.getWiegandInput(new WiegandInputListener() {// Listen for Wigan input

@Override

public void wiegandInput(byte[] inputData) {

// TODO Auto-generated method stub

// Data entered by Wigan: inputData

String data = new String(inputData);

}

});

posutil.unRegisterBroadcastWiegandInput();//At the end of the call, the broadcast is unregistered

Related questions

0 like 0 dislike
1 answer 114 views
asked in UnCategory by Hofer Q&A Professional (5.3k points)
0 like 0 dislike
1 answer 195 views
0 like 0 dislike
1 answer 277 views
asked in TPS900 by kigbu_ai Q&A Freshman (108 points)
0 like 0 dislike
1 answer 29 views
asked in F10 by HandsFree Q&A Freshman (132 points)
0 like 0 dislike
1 answer 56 views
Welcome to Telpo Q&A,

If you have a technical question ,please ask here, in English.
.
If you have faulty devices need be repaired,please create a issue ticket.

Please inquiry your ticket.

Notice :If you have an urgent question or cannot register account of Q&A, you can contact the online support in below jivochat .

Categories

...