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
IOException
public static eu.javaexperience.io.IOStream openDirectSerial(String directCommand, String serial, int baud) throws IOException
IOException
public static eu.javaexperience.io.IOStream openCommunicatorProcess(String... params) throws IOException
IOException
Copyright © 2020. All rights reserved.