boseji / CH341-Store

Documents and Software Related to the famous CH341a used in I2C/SPI Flash Programmers also called as Bios Programmers
MIT License
4 stars 2 forks source link

English version for "CH341-Android-SPI-I2C-Driver+SDK-lib+APK" Guide #3

Open rtek1000 opened 4 years ago

rtek1000 commented 4 years ago

Hello, I noticed that the guide is not fully translated into English. I tried translating with google to understand how it works, but may need to be reviewed, Follows attached.

(Note: Edited with WPS office)

The CH341 is a USB bus adapter that provides asynchronous UART, parallel port, and common 2-wire and 4-wire synchronous serial interfaces via the USB bus. In the parallel port mode, an EPP/MEM 8-bit parallel interface is provided, and the commonly used synchronous serial interface mainly includes a 2-wire IIC, a 4-wire SPI, and the like. This document mainly introduces the Java Driver Library of CH341USB to EPP, MEM, IIC, SPI mode (hereinafter referred to as CH341PAR), and how to use the APK to operate CH341PAR for data communication under Android. The driver is based on the Android USB Host protocol, and the user can call the provided interface API to communicate with the Android USB Host.

Source: https://github.com/boseji/CH341-Store/tree/master/CH341-Android-Serial-Driver%2BSDK-lib%2BAPK

CH341PAR_Android_Dvlp_Guide_en.docx CH341PAR_Android_Dvlp_Guide_en.pdf

boseji commented 4 years ago

The translation has been processed by the parent company (makers of the CH341 chip). This repository is only to keep the content easily accessible.

It would be a great help if you can be so kind to contribute a translation.

Thanking you, boseji