public class SerialTools extends Object
| Modifier and Type | Method and Description |
|---|---|
static eu.javaexperience.io.IOStream |
openCommunicatorProcess(String... params) |
static eu.javaexperience.io.IOStream |
openDirectSerial(String directCommand,
String serial,
int baud) |
static eu.javaexperience.io.IOStream |
openSerial(String dev,
int baud) |
public static eu.javaexperience.io.IOStream openSerial(String dev, int baud) throws IOException
IOExceptionpublic static eu.javaexperience.io.IOStream openDirectSerial(String directCommand, String serial, int baud) throws IOException
IOExceptionpublic static eu.javaexperience.io.IOStream openCommunicatorProcess(String... params) throws IOException
IOExceptionCopyright © 2020. All rights reserved.