(boolean state)
| 283 | } |
| 284 | |
| 285 | public void setRTS(boolean state) { |
| 286 | try { |
| 287 | port.setRTS(state); |
| 288 | } catch (SerialPortException e) { |
| 289 | errorMessage("setRTS", e); |
| 290 | } |
| 291 | } |
| 292 | |
| 293 | /** |
| 294 | * Reset the encoding used to convert the bytes coming in |
nothing calls this directly
no test coverage detected