Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serial_unix.go: Keep writing until complete
Fixes bugst#191. Change unix port.Write() implementation to match io.Writer requirement: > Write must return a non-nil error if it returns n < len(p) Keep executing write syscall until failure or entire buffer is written.
- Loading branch information