0 like 0 dislike
425 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 Engineer (11.3k 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 169 views
asked in F10 by wade Q&A Freshman (102 points)
0 like 0 dislike
1 answer 532 views
asked in UnCategory by Hofer Q&A Engineer (5.3k points)
0 like 0 dislike
1 answer 821 views
0 like 0 dislike
1 answer 693 views
asked in TPS900 by kigbu_ai Q&A Freshman (108 points)
0 like 0 dislike
1 answer 337 views
0 like 0 dislike
1 answer 109 views
asked in TPS900 by jojo2704 Q&A Freshman (102 points)
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

...