tarm / serial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

andrewdjackson opened this issue · comments

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?