Analog106kbpsTypeAMode Class

Definition

This CfgItem is used to choose the analog settings that the PN532 will use for the baudrate 106kbps type A. When using this command, the host controller has to provide 11 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 Analog106kbpsTypeAMode
type Analog106kbpsTypeAMode = class
Public Class Analog106kbpsTypeAMode
Inheritance
Analog106kbpsTypeAMode

Constructors

Analog106kbpsTypeAMode()

Properties

CWGsP

CWGsP, cf page 104 documentation 141520.pdf and page 144 documentation PN532_C1.pdf

DemodWhenRfOff

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

DemodWhenRfOn

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

GsNOff

GsNOff, cf page 104 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 104 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

MifNFC

MifNFC, cf page 104 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Controls the communication in ISO/IEC 14443/MIFARE and NFC target mode at 106 kbit/s

ModGsP

ModGsP, cf page 104 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

ModWidth

ModWidth, cf page 104 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Controls the setting of the width of the Miller pause

RfConfiguration

RFCfg, cf page 104 documentation 141520.pdf and page 144 documentation PN532_C1.pdf

RxThreshold

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

TxBitPhase

TxBitPhase, cf page 104 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Bit synchronization at 106 kbit/s

Methods

Serialize()

Get the byte array to send

Applies to