I2C Plugin for Xojo

Adapter.WriteMemoryBlock Method (console safe)

Runs an SMBus “Block write” transaction, using memory block,

WriteMemoryBlock(
   command as UInt8,
   value as MemoryBlock)

Parameters

command
The command to send.
value
The block to write, minimum 1 character and maximum 32 characters.

Remarks

This function throws I2CException if there is error.

See Also

Adapter Class