tomek-o / CH341A-tool

Windows tool for using CH341A EEPROM/FLASH programmer for other purposes
https://tomeko.net/software/CH341A_tool/
61 stars 11 forks source link

Windows 10 on ARM64 support #1

Open sidd-kishan opened 8 months ago

sidd-kishan commented 8 months ago

Please let us know when can we have an ARM64 version for Windows on ARM64 OS. As it will encourage the development of usb devices on Windows on ARM64 platform.

tomek-o commented 8 months ago

Unfortunately I don't have anything that runs ARM Windows at the moment and porting it would require testing. It is likely that CH341A would need either libusb or WinUSB (from what I can find it seems like even plain serial CH340 is not working on ARM64) and then I have no idea if x86 GUI would be able to access it or if native application would be required.