ampledata / dummyserial

Dummy Serial module for mocking / testing / simulating Python Serial Interfaces.
Other
17 stars 7 forks source link

fix(classes.py): pyserial compatibility issue #3

Closed nRookie closed 2 years ago

nRookie commented 3 years ago

portNotOpenError changed to PortNotOpenError .

nRookie commented 3 years ago

Hi @ampledata ,

Thanks for providing such a useful tool. I found there are some compatibility issue with the pyserial module.

please review.

Best regards, nRookie

qoda commented 3 years ago

Great util, but having the same issue. This PR fixes it.

jaustinpage commented 3 years ago

I also find that this fixes testing for me. Please accept this PR.