ReadEEPROMBytes()

Description

This function reads data from PulsePal's non-volatile (EEPROM) memory chip. A map of the chip's memory addresses is available here.

  • Only Pulse Pal 1 has an EEPROM memory. This function returns an error when connected to Pulse Pal 2+.

Syntax

Data = ReadEEPROMBytes(StartAddress, nBytes)

Parameters

  • StartAddress: the location to read from

  • nBytes: the number of sequential bytes to read

Returns

  • Data: A byte string read from EEPROM

Example

OutputChannel1Params = ReadEEPROMBytes(0, 64);