eRFID_BaudRate

This page covers the description of the eRFID_BaudRate enumeration

eRFID_BaudRate enumeration contains a set of constants specifying the rate of data ex- change between the reader and the RFID-chip.

const eRFID_BaudRate = {
    rfbr_106: 1,
    rfbr_212: 2,
    rfbr_424: 4,
    rfbr_848: 8,
}

Constant

Description

rfbr_106

106 bits/s

rfbr_212

212 bits/s

rfbr_424

424 bits/s

rfbr_848

848 bits/s

Last updated

Was this helpful?