j

jbidibc-ch341a

jBiDiB jbidibc CH341A POM Install the libusb drivers for using the libusb access. Under Windows OS you must install the Zadig driver as described here: https://github.com/libusb/libusb/wiki/Windows. Zadic can be downloaded from: http://zadig.akeo.ie/ In the Zadig UI you must check Options > List all devices and the select the 'USB-EPP /I2C... CH341A' device. Then select the target driver with the spinners (I used libusb-win32 (v1.2.6.0)) and click the 'Install driver' button.
http://sourceforge.net/projects/jbidibc/jbidibc-ch341a/
GNU General Purpose License Version 3.0
Andre Schenk Andreas Kuhtz
文件下载
文件名 操作
jbidibc-ch341a-1.13.22.jar 下载
jbidibc-ch341a-1.13.22.pom 下载
jbidibc-ch341a-1.13.22-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bidib.jbidib</groupId>
  <artifactId>jbidibc-ch341a</artifactId>
  <version>1.13.22</version>
</dependency>
Gradle Groovy
implementation 'org.bidib.jbidib:jbidibc-ch341a:1.13.22'
Gradle Kotlin
implementation("org.bidib.jbidib:jbidibc-ch341a:1.13.22")
Scala SBT
libraryDependencies += "org.bidib.jbidib" % "jbidibc-ch341a" % "1.13.22"
Groovy Grape
@Grapes(
  @Grab(group='org.bidib.jbidib', module='jbidibc-ch341a', version='1.13.22')
)
Apache Ivy
<dependency org="org.bidib.jbidib" name="jbidibc-ch341a" rev="1.13.22" />
Leiningen
[org.bidib.jbidib/jbidibc-ch341a "1.13.22"]
Apache Buildr
'org.bidib.jbidib:jbidibc-ch341a:jar:1.13.22'