ElluIFX / DP100-PyQt5-GUI

基于PyQt5开发的正点原子DP100数控电源上位机 GUI for Alientek DP100 digital power supply
21 stars 7 forks source link

Support for MacOS #2

Closed snorkman88 closed 6 months ago

snorkman88 commented 6 months ago

Great project, have you tested this on macOS?

ElluIFX commented 6 months ago

No, but considered that the API provided by manufacturer is in DLL, I don't think it can be loaded on Linux and Macos. Maybe you should check another project that hacked raw HID protocols used by this device, so that you can use cross-platform HID packages.