ftd2xx icon indicating copy to clipboard operation
ftd2xx copied to clipboard

Make DeviceError picklable.

Open JTignor-Raltron opened this issue 10 months ago • 0 comments

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 avatar Apr 09 '24 17:04 JTignor-Raltron