Package | Description |
---|---|
com.esf.device.serial.comm.service |
Handles a non-event driven SerialComm port, intended for poll-response operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ISerialCommService.setAllConfig(int mode,
int baud,
int parity,
int stop,
int bitsPerByte)
Validates the passed parameters, stores them and sets the port configuration
accordingly.
|
void |
ISerialCommService.setAllConfig(int mode,
int baud,
int parity,
int stop,
int bitsPerByte,
int warmUp,
int warmDown)
Validates the passed parameters, stores them and sets the port configuration
accordingly.
|
void |
ISerialCommService.setBaudRate(int baud)
Validates against the BaudRate and sets the baud rate if valid.
|
void |
ISerialCommService.setBitsPerByte(int bits)
Validates against the BitsPerByte and sets the word size if valid.
|
void |
ISerialCommService.setMode(int mode)
Validates against the SerialMode and sets the selected mode if valid.
|
void |
ISerialCommService.setMode(int mode,
int warmUp,
int warmDown)
Validates against the SerialMode and sets the selected mode if valid.
|
void |
ISerialCommService.setParity(int parity)
Validates against the Parity and sets the parity if valid.
|
void |
ISerialCommService.setStopBits(int stop)
Validates against the StopBits and sets the number of bits if valid.
|
Copyright © 2009 Eurotech Inc. All rights reserved.