Menu

Properties

Rossmann Engineering

public int getBaudRate()
gets the Baud rate - Standard: 9600

public void setBaudRate(int baudRate)
sets the Baud rate - Standard: 9600

public int getDataBits()
gets the Data bits - Standard: 8

public void setDataBits(int dataBits)
sets the Data bits - Standard: 8

public StopBits getStopBits()
gets the Stop bits - Standard: one
Enumeration: de.re.jserial.datatypes.StopBits

public void setStopBits(StopBits stopBits)
sets the Stop bits - Standard: one
Enumeration: de.re.jserial.datatypes.StopBits

public Parity getParity()
gets the parity - Standard: none
Enumeration: de.re.jserial.datatypes.Parity

public void setParity(Parity parity)
sets the parity - Standard: one
Enumeration: de.re.jserial.datatypes.Parity

public java.lang.String getPortName()
gets the portname - Standard: COM1

public void setPortName(java.lang.String portName)
sets the portname - Standard: COM1

public int getTimeOut()
gets the readTimeout. Value "0" disables timeout - Standard: 0 (disabled)

public void setTimeOut(int timeOut)
sets the readTimeout. Value "0" disables timeout - Standard: 0 (disabled)