bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
620 stars 189 forks source link

Single byte []byte{0x0f} is not transmitted #84

Open andrewdjackson opened 4 years ago

andrewdjackson commented 4 years ago

When I try to send a single byte of code 0x0F the data is not transmitted. Write function does not error.

Other single byte transmissions appear not to be affected, although I haven't tested exhaustively. I have observed this behaviour on MacOS but haven't tried it on Windows or Linux. This maybe a syscall issue?