RFIDConfig

[Object]

RFIDConfig {
    vendorId: number;
    productId: number;
    baudrate: number;
    keyType: ‘A’ | ‘B’;
    authenticationKey: number
}

Properties

Name

Type

Description

Default value

vendorId

number

ID of the vendor of the RFID reader.

4292

productId

number

Product ID of the RFID reader.

60000

baudrate

number

Baud rate of the RFID reader.

9600

keyType

'A' | 'B'

Type of RFID card.

'A'

authenticationKey

number

Authentication key (multiplication) of the RFID card.

281474976710655.0

0xFFFF FFFF FFFF

Schema: tchmi:framework#/definitions/RFIDConfig

Available: from version 12.14.0