is not current version
Last Version 1.13.14

org.bidib.jbidib:jbidibc-ch341a 1.12.9

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.

GroupId

GroupId

org.bidib.jbidib
ArtifactId

ArtifactId

jbidibc-ch341a
Version

Version

1.12.9
Type

Type

jar

Download jbidibc-ch341a 1.12.9


<!-- https://jarcasting.com/artifacts/org.bidib.jbidib/jbidibc-ch341a/ -->
<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>jbidibc-ch341a</artifactId>
    <version>1.12.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.bidib.jbidib/jbidibc-ch341a/
implementation 'org.bidib.jbidib:jbidibc-ch341a:1.12.9'
// https://jarcasting.com/artifacts/org.bidib.jbidib/jbidibc-ch341a/
implementation ("org.bidib.jbidib:jbidibc-ch341a:1.12.9")
'org.bidib.jbidib:jbidibc-ch341a:jar:1.12.9'
<dependency org="org.bidib.jbidib" name="jbidibc-ch341a" rev="1.12.9">
  <artifact name="jbidibc-ch341a" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bidib.jbidib', module='jbidibc-ch341a', version='1.12.9')
)
libraryDependencies += "org.bidib.jbidib" % "jbidibc-ch341a" % "1.12.9"
[org.bidib.jbidib/jbidibc-ch341a "1.12.9"]