SorceriaN

Results 2 comments of SorceriaN

wrong: p.buf.fill(0, (offset + val.length), length); correct: p.buf.fill(0, (offset + val.length), (offset + length) );

The problem occurs on the ttyS* device. [at serial_unix.go:313] ``` // Check if serial port is real or is a placeholder serial port "ttySxx" or "ttyHSxx" if strings.HasPrefix(f.Name(), "ttyS") ||...