()
| 51 | } |
| 52 | |
| 53 | func (o opError) Error() string { |
| 54 | return o.op + " " + o.filename + ": " + o.err.Error() |
| 55 | } |
| 56 | |
| 57 | //func openPort(name string) (rwc io.ReadWriteCloser, err error) { // TODO |
| 58 | func Open(name string) (rwc SerialPort, err error) { |
no outgoing calls
no test coverage detected