devSet

devSet — gives write access to card buffers for low-level debugging.

Synopsis

 (devSet card_id offset byte1 byte2 ... byteN)
	

Parameters

card_id

The card ID associated with the card initialized by this command.

offset

The starting byte offset into the card buffer, as a decimal or hex (0xnnnn) number.

byte1 ... byteN

The bytes to be written, as decimal or hex (0xnnnn) numbers.

Returns

The list of bytes read, in ASCII BCD, formatted as:

(devSet card_id offset nbytes byte0 byte1 ... byteN)

otherwise (error).

Description

This command provides direct write access to the hardware card buffers (if available). It is intended for use only during very low-level debug.

Example

(devSet 0 0x0E00 0x80 0xFF 0 12)