AR Parrot Drone Movement icon AR Parrot Drone Movement Control Parrot AR Drone v1/v2 via ARC: keyboard, joystick, speech, Wii, web; camera feed, face/color/motion/glyph tracking. Try it →
 

Write

COM.write(port, byte/byteArray)

Parameters

port COM port name as a string.
byte/byteArray Byte or byte array to write to the COM port.

Returns

Nothing

Description

Writes one byte given by byte to the specified COM port. If a byte array is provided instead, the byte array given by byteArray will be written to the specified COM port.