j

jbidibc-usb

jBiDiB jbidibc USB 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.
GNU General Purpose License Version 3.0
Files download
File Operation
jbidibc-usb-2.0.8.jar download
jbidibc-usb-2.0.8.pom download
jbidibc-usb-2.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bidib.jbidib</groupId>
  <artifactId>jbidibc-usb</artifactId>
  <version>2.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.bidib.jbidib:jbidibc-usb:2.0.8'
Gradle Kotlin
implementation("org.bidib.jbidib:jbidibc-usb:2.0.8")
Scala SBT
libraryDependencies += "org.bidib.jbidib" % "jbidibc-usb" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.bidib.jbidib', module='jbidibc-usb', version='2.0.8')
)
Apache Ivy
<dependency org="org.bidib.jbidib" name="jbidibc-usb" rev="2.0.8" />
Leiningen
[org.bidib.jbidib/jbidibc-usb "2.0.8"]
Apache Buildr
'org.bidib.jbidib:jbidibc-usb:jar:2.0.8'