bewest / decoding-carelink

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

added hardware flow control bools to pyserial calls #167

Closed gazhay closed 8 years ago

gazhay commented 8 years ago

I was getting errors on serial open, seems pyserial has changed. Enable hardware flow control as a workaround.

Seems to work for me.

bewest commented 8 years ago

Included in dev branch here: https://github.com/bewest/decoding-carelink/pull/163