fruggy83 / openocean

27 stars 11 forks source link

Serial connection over rfc2217 does not support enableReceiveThreshold #29

Closed fruggy83 closed 5 years ago

fruggy83 commented 5 years ago

As discussed here the rfc2217 connection does not support enableReceiveThreshold. Therefore the call to it should be handled silently in a try/catch block.

fruggy83 commented 5 years ago

Issue solved and solution tested.