SetBreak turns on the generation of a break condition if on == true, otherwise it clear the break condition.
(on bool)
| 55 | // SetBreak turns on the generation of a break condition if on == true, |
| 56 | // otherwise it clear the break condition. |
| 57 | SetBreak(on bool) error |
| 58 | } |
| 59 | |
| 60 | func SetModeStruct(sp SerialPort, mode Mode) error { |