Top | Previous | Next |
system.serial.writeBytes |
Description Write a byte[] to a serial port. Syntax system.serial.writeBytes(port, toWrite) Parameters String port - The previously configured serial port to use. byte[] toWrite - The byte[] to write. Returns nothing Scope All |