Dual Hbridge W/PWM icon Dual Hbridge W/PWM Dual H-Bridge w/PWM movement panel: control two DC motors' direction and speed via EZ-B PWM for responsive forward/reverse/turning. Try it →
 

Sendudp

Net.sendUDP(hostname, port, byteArray)

Parameters

hostname Hostname of receiver as a string.
port Port to use.
byteArray Data to send as a byte array.

Returns

The length of the byteArray being sent.

Description

Sends byteArray over the specified port to the hostname using UDP.