DOC

org.bidib.jbidib : jbidibc-ch341a

Maven & Gradle

Sep 20, 2022

jBiDiB :: 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.

Table Of Contents

Latest Version

Download org.bidib.jbidib : jbidibc-ch341a Javadoc & API Documentation - Latest Versions:

All Versions

Download org.bidib.jbidib : jbidibc-ch341a Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file jbidibc-ch341a-1.13.20-javadoc.jar to jbidibc-ch341a-1.13.20-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jbidibc-ch341a-1.13.20-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jbidibc-ch341a-1.13.20-sources.jar" -d "jbidibc-ch341a-1.13.20-javadoc" -subpackages 

Advertisement