public interface SerialPortWrapper
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the Serial Port
|
int |
getBaudRate() |
int |
getDataBits() |
int |
getFlowControlIn() |
int |
getFlowControlOut() |
java.io.InputStream |
getInputStream()
Return the input stream for an open port
|
java.io.OutputStream |
getOutputStream()
Return the output stream for an open port
|
int |
getParity() |
int |
getStopBits() |
void |
open() |
void close() throws java.lang.Exception
java.lang.Exception
void open() throws java.lang.Exception
java.lang.Exception
java.io.InputStream getInputStream()
java.io.OutputStream getOutputStream()
int getBaudRate()
int getFlowControlIn()
int getFlowControlOut()
int getDataBits()
int getStopBits()
int getParity()
Copyright © 2014 Infinite Automation Systems. All Rights Reserved.