Write data to the port. Execution blocks until at least one bytes is written or an error occurs or until the timeout expires. @param data the data to be written @param length the number of bytes to be written @return the number of bytes that were written or -1 on error/timeout
(byte[] data, int length)
| 50 | * @return the number of bytes that were written or -1 on error/timeout |
| 51 | */ |
| 52 | int write(byte[] data, int length); |
| 53 | } |
no outgoing calls
no test coverage detected