Pi4J / pi4j-v1

DEPRECATED Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)

Home Page:http://www.pi4j.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial::write(byte data[]) throwing java.lang.StringIndexOutOfBoundsException

savageautomate opened this issue · comments

When attempting to send a single byte in the array using method "Serial::write(byte data[]) ", the following exception is thrown: "java.lang.StringIndexOutOfBoundsException"

Fixed in 0.0.5-SNAPSHOT