ruby-serialport
ruby-serialport copied to clipboard
incoming CR (0x13) bytes get stripped
Seems the IO is opened in "text" mode and some ruby subsystem strips the carriage return (0x13) characters. That's no good if you are actually talking a binary protocol.
This is caused by the config bug during port open, #68 pull request will fix this issue.