bewest / decoding-carelink

python serial driver for mm comlink2 protocol
http://bewest.github.io/decoding-carelink
Other
71 stars 52 forks source link

avoid error from pyserial when opening port #171

Closed ecc1 closed 8 years ago

ecc1 commented 8 years ago

Pass dsrdtr=True and rtscts=True to serial.Serial() to avoid the error described here: https://github.com/pyserial/pyserial/issues/59

ecc1 commented 8 years ago

This addresses issue https://github.com/bewest/decoding-carelink/issues/165