HMC5883 Compass icon HMC5883 Compass Reads HMC5883 3-axis compass via I2C and updates EZ-Script variables on demand; polled control offers periodic heading data, for connected sensors. Try it →
 

Hardwareuartwrite

UART.hardwareUartWrite(uartIndex, byte/byteArray, [ezbIndex])

Parameters

uartIndex Index of UART to write to.
byte/byteArray Byte or byte array to write to the UART.
ezbIndex (optional) Board index of the EZB to use.

Returns

Nothing

Description

Writes byte to the specified UART. A byte array can instead be provided to write to the specified UART.