ruby-serialport icon indicating copy to clipboard operation
ruby-serialport copied to clipboard

incoming CR (0x13) bytes get stripped

Open corecode opened this issue 9 years ago • 1 comments

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.

corecode avatar Dec 06 '16 23:12 corecode

This is caused by the config bug during port open, #68 pull request will fix this issue.

rickyzheng avatar Jan 06 '19 08:01 rickyzheng