stahir / CH341-Store

Documents and Software Related to the famous CH341a used in I2C/SPI Flash Programmers also called as Bios Programmers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CH341-Store

Documents and Software Related to the famous CH341a used in I2C/SPI Flash Programmers also called as Bios Programmers

Please note that this repository is a Coagulation of know-how from diffrent sources.

CH341A Devices

Source : https://www.onetransistor.eu/2017/08/ch341a-mini-programmer-schematic.html

About CH341

This is versetaile USB to multi-protocol converter chip.

There are 4 major items that becoe clear from the enclosed Datasheet(English)

  • UART - The chip can be used as a USB to UART converter. It can also be used for RS-485 since it has automatic driver convtrol pin also available.
  • Synchronous Serial - I2C and SPI - The chip has 3 chip selct pins and Multi-mode support for SPI prototocol. Also the chip has dedicated I2C pins.
  • Parallel Interface - This interface can be used to talk to parallel memory Bus with all the required control signals
  • Printer Port - The deivice can emulate a EPP Parallel Port over USB to be able to connect to older printers .etc.

Attributions

CH341a based Programmer

The Main uses that this chip finds is programing SPI flash chips. These SPI flash chips are ofen used in the BIOS of many computer cards. Infact most of the WiFi routers use these SPI flash chips to store the embedded linux image. So ideally these programmers can actually help you swap the linux image on a WiFi Router. Also it has been reported that this programmer can be used to recover bricked or locked out Bios from laptops.

Lets look at how the programmer looks like:

Typical CH341 based programmer

Source: https://www.onetransistor.eu/2017/08/ch341a-mini-programmer-schematic.html

Folks at Onetransistor have been kind enough to provide a schematics also:

Schematics of a CH341 based programmer

Source: https://www.onetransistor.eu/2017/08/ch341a-mini-programmer-schematic.html

PCB of a CH341 based programmer

Source: https://www.onetransistor.eu/2017/08/ch341a-mini-programmer-schematic.html

CH341a Drivers

We have downloaded the drivers from Jiangsu QinHeng Ltd Website hence all should be Genuine Drivers , malicious items free.

For Windows

For Linux

Most of the times you would not need any driver specifically since its auto registered. However to communicate you might need the help of libraries.

For Android Devices

It's interesting that the manufacturer actually provides support Android support. Not only that they provide the Android application to test and the Library in .jar form.

For MAC

There is not much support for MAC from the manufacturer.

CH341a Programmer Application

We could find only one working version of the programmer v1.29, though we got other versions but they do not work.

Here is the working link: https://github.com/boseji/CH341-Store/raw/master/WORKING-CH341A-programmer-software-1.29.zip

About

Documents and Software Related to the famous CH341a used in I2C/SPI Flash Programmers also called as Bios Programmers

License:MIT License