Difference between revisions of "Component: RFID (EB052, RWD MICODE) (Wireless)"

From Flowcode Help
Jump to navigationJump to search
(XML import)
 
(XML import)
Line 15: Line 15:
  
  
==[[Media:Component Icon 74423151_1bf4_48b8_8ba8_a70c170ef2de.png|Image]] RFID (EB052, RWD_MICODE) component==
+
==[[File:Component Icon 74423151_1bf4_48b8_8ba8_a70c170ef2de.png|Image]] RFID (EB052, RWD_MICODE) component==
 
Low level routines for controlling a RF Solutions RFID interface
 
Low level routines for controlling a RF Solutions RFID interface
 
Allows communications between Mifare, ICode and HiTag type RFID tags.
 
Allows communications between Mifare, ICode and HiTag type RFID tags.

Revision as of 13:05, 16 January 2014


Author Matrix Ltd.
Version 1.2
Category Wireless


Image RFID (EB052, RWD_MICODE) component

Low level routines for controlling a RF Solutions RFID interface Allows communications between Mifare, ICode and HiTag type RFID tags. Also available in the form of the EB052 RFID E-block.

Examples

No additional examples


Downloadable macro reference

GetRFIDTypeID

No additional information


Parameters

This macro has no parameters


Return value

BYTE


WriteRFIDBlock

No additional information


Parameters

BYTE Address
BYTE Key_Type


Return value

BYTE


WriteRFIDModule

No additional information


Parameters

BYTE Address
BYTE Data


Return value

BYTE


DecrementRFIDValue

No additional information


Parameters

BYTE Src
BYTE Dst
BYTE Key_Type


Return value

BYTE


FormatRFIDValue

No additional information


Parameters

This macro has no parameters


Return value

This call does not return a value


IncrementRFIDValue

No additional information


Parameters

BYTE Src
BYTE Dst
BYTE Key_Type


Return value

BYTE


StoreRFIDKey

No additional information


Parameters

BYTE Key
BYTE D0
BYTE D1
BYTE D2
BYTE D3
BYTE D4
BYTE D5


Return value

BYTE


WriteRFIDBuffer

No additional information


Parameters

BYTE Address
BYTE Data


Return value

This call does not return a value


GetRFIDStatus

No additional information


Parameters

This macro has no parameters


Return value

UINT


ReadRFIDBuffer

No additional information


Parameters

BYTE Address


Return value

BYTE


TransferRFIDValue

No additional information


Parameters

BYTE Src
BYTE Dst
BYTE Key_Type


Return value

BYTE


GetRFIDUID

No additional information


Parameters

This macro has no parameters


Return value

BYTE


ReadRFIDUID

No additional information


Parameters

BYTE Address


Return value

BYTE


ReadRFIDBlock

No additional information


Parameters

BYTE Address
BYTE Key_Type


Return value

BYTE


Initialise

No additional information


Parameters

This macro has no parameters


Return value

BYTE


Simulation macro reference

This component does not contain any simulation macros


Property reference

CHANNEL

This property is of type Fixed list of ints and can be referenced with the variable name CHANNEL.

No additional information


Card_Type

This property is of type Fixed list of ints and can be referenced with the variable name Card_Type.

No additional information


Label

This property is of type Line of text and can be referenced with the variable name label.

No additional information


CTS

This property is of type Single digital pin and can be referenced with the variable name CTS.

No additional information


TX

This property is of type Single digital pin and can be referenced with the variable name TX.

No additional information


RX

This property is of type Single digital pin and can be referenced with the variable name RX.

No additional information