TCP Script Server Raw icon TCP Script Server Raw TCP server for ARC accepting EZ-Script, JavaScript or Python commands, letting controllers send commands and receive line-terminated responses Try it →
 

Write

I2C.write(address, byte/byteArray, [ezbIndex])

Parameters

address Address of the device to read from as a hexadecimal number (e.g.0x5e).
byte/byteArray Byte or byte array to write to the device.
ezbIndex (optional) Board index of the EZB to write to.

Returns

Nothing

Description

Writes byte to the device at address. A byte array can instead be provided to write to the device at address.