ftd2xx / ftd2xx

Python library around FTDI D2XX. Looking for new maintainer
https://ftd2xx.github.io/ftd2xx/
MIT License
75 stars 63 forks source link

Make DeviceError picklable. #80

Closed JTignor-Raltron closed 5 months ago

JTignor-Raltron commented 6 months ago

I am using multiprocessing to seperate my hardware logic from UI and thus had issues trying to pickle DeviceError's trying to report problems back to the UI process. Found it was because of this issue and was able to write a fix easily.

JTignor-Raltron commented 5 months ago

Didn't change much, but done.