Edit

Share via


Analog212_424kbpsMode Class

Definition

This CfgItem is used to choose the analog settings that the PN532 will use for the baudrates 212/424kbps. When using this command, the host controller has to provide 8 values (ConfigurationData[]) for the following internal registers Actually, there is only one CIU_Demod register which defines a setting used by the reader in reception only.But depending on the RF condition, two different settings can be used for this register: • CIU_Demod when own RF is On defines a setting when its RF field is on during a reception i.e.initiator passive mode, • CIU_Demod when own RF is Off defines a setting when its RF field is off during a reception i.e.initiator active mode. CIU = Contactless Interface Unit Please refer to https://www.nxp.com/docs/en/nxp/data-sheets/PN532_C1.pdf page 144

public class Analog212_424kbpsMode
type Analog212_424kbpsMode = class
Public Class Analog212_424kbpsMode
Inheritance
Analog212_424kbpsMode

Constructors

Analog212_424kbpsMode()

Properties

CWGsP

CWGsP, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects the conductance of the antenna driver pins TX1 and TX2 when not in modulation phase

DemodWhenRfOff

DemodWhenRfOff, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Defines demodulator settings when radio frequency is off

DemodWhenRfOn

DmodWhenRfOn, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Defines demodulator settings when radio frequency is on

GsNOff

GsNOff, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects the conductance of the antenna driver pins TX1 and TX2 for load modulation when own RF field is switched off

GsNOn

GsNon, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects the conductance of the antenna driver pins TX1 and TX2 for modulation, when own RF field is switched on

ModGsP

ModGsP, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects the conductance of the antenna driver pins TX1 and TX2 when in modulation phase

RfConfiguration

RfCfg, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf

RxThreshold

RxThreshold, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects thresholds for the bit decoder

Methods

Serialize()

Get the byte array to send

Applies to