XML File Formats

<< Click to Display Table of Contents >>

Navigation:  Help for IQRF IDE v4.72 >

XML File Formats

Description of XML file formats supported in IQRF IDE.

Generally defined elements:

oEEPROM - TR module internal EEPROM data

Attributes

Values1

Address

EEPROM address (e.g.: "200" => address 0x200)

Length

number of data bytes (e.g.: "0A" => 10 bytes)

Data

data bytes (e.g.: "01,02,03,04,05,06,07,08,09,0A")

Example:

<!-- Internal EEPROM from address 0x0000, number of bytes: 10 (0x0A) -->

<EEPROM Address="0000" Length="0A" Data="01,02,03,04,05,06,07,08,09,0A"/>

 

Notes:

1 Values are entered in hexadecimal format.

 

oEEEPROM - TR module external EEPROM data

Attributes

Values1

Address

EEPROM address (e.g.: "200" => address 0x200)

Length

number of data bytes (e.g.: "0A" => 10 bytes)

Data

data bytes (e.g.: "01,02,03,04,05,06,07,08,09,0A")

Example:

<!-- External EEPROM from address 0x0000, number of bytes: 10 (0x0A) -->

<EEEPROM Address="0000" Length="0A" Data="01,02,03,04,05,06,07,08,09,0A"/>

 

Notes:

1 Values are entered in hexadecimal format.

 

IQMESH Netwok Map