CH341: Difference between revisions

From /dev/hack
add decomped driver
Mjsir911 (talk | contribs)
No edit summary
Line 1: Line 1:
https://www.wch-ic.com/products/CH341.html
https://www.wch-ic.com/products/CH341.html
https://github.com/harbaum/I2C-Tiny-USB


The existing linux code for it appears to be based on a decompiled windows drivers. The best source for these appears to be https://github.com/command-tab/ch341eeprom/tree/master. Specifically https://github.com/command-tab/ch341eeprom/blob/master/ch341docs/CH341DLL.H pulls out most of the constants from the DLL and https://github.com/command-tab/ch341eeprom/blob/master/ch341docs/CH341EVT.ZIP appears to be the actual DLL itself (though the files are obviously not UTF-8, yay, mojibake).
The existing linux code for it appears to be based on a decompiled windows drivers. The best source for these appears to be https://github.com/command-tab/ch341eeprom/tree/master. Specifically https://github.com/command-tab/ch341eeprom/blob/master/ch341docs/CH341DLL.H pulls out most of the constants from the DLL and https://github.com/command-tab/ch341eeprom/blob/master/ch341docs/CH341EVT.ZIP appears to be the actual DLL itself (though the files are obviously not UTF-8, yay, mojibake).


= CH341A =
= CH341A =

Revision as of 06:22, 8 March 2024

https://www.wch-ic.com/products/CH341.html

https://github.com/harbaum/I2C-Tiny-USB

The existing linux code for it appears to be based on a decompiled windows drivers. The best source for these appears to be https://github.com/command-tab/ch341eeprom/tree/master. Specifically https://github.com/command-tab/ch341eeprom/blob/master/ch341docs/CH341DLL.H pulls out most of the constants from the DLL and https://github.com/command-tab/ch341eeprom/blob/master/ch341docs/CH341EVT.ZIP appears to be the actual DLL itself (though the files are obviously not UTF-8, yay, mojibake).

CH341A