tarm / serial

BSD 3-Clause "New" or "Revised" License
1.6k stars 451 forks source link

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

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?