|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Methods | |
|---|---|
| Serialio.SerLooker.getAbortCheck()
The method is no longer required |
|
| Serialio.SerialPortLocal.putData(byte[], int)
The preferred method is putData(dataBuf, off, len) |
|
| Serialio.SerLooker.setAbortCheck(int)
The method is no longer required since the port timout (setTimeoutRx) value is always 0. |
|
| Deprecated Constructors | |
|---|---|
| Serialio.SerialConfig(int)
The preferred way to construct a SerialConfig object is 'by-name'   SerialConfig cfg = new SerialConfig("COM1");  SerialConfig cfg = new SerialConfig("/dev/ttyS0");  SerialConfig cfg = new SerialConfig("Modem Port"); |
|
| Serialio.SerialConfig(int, int, int)
The preferred way to construct a SerialConfig object is 'by-name'   SerialConfig cfg = new SerialConfig("COM1");  SerialConfig cfg = new SerialConfig("/dev/ttyS0");  SerialConfig cfg = new SerialConfig("Modem Port");Then set the buffer length(s) if setting them is supported Note: Buffer size control not supported on all platforms. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||