ftd2xx
ftd2xx copied to clipboard
Make DeviceError picklable.
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.