1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 16:06:10 +00:00

CH341A readme update

This commit is contained in:
kai-morich 2020-07-27 17:38:16 +02:00
parent 963729924b
commit e0ed25b85f
2 changed files with 1 additions and 7 deletions

View File

@ -141,7 +141,7 @@ This library supports USB to serial converter chips:
* FTDI FT232, FT2232, ...
* Prolific PL2303
* Silabs CP2102, CP2105, ...
* Qinheng CH340
* Qinheng CH340, CH341A
and devices implementing the CDC/ACM protocol like
* Arduino using ATmega32U4

View File

@ -33,12 +33,6 @@ import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**
* Driver for CH340, maybe also working with CH341, but not tested
* See http://wch-ic.com/product/usb/ch340.asp
*
* @author Andreas Butti
*/
public class Ch34xSerialDriver implements UsbSerialDriver {
private static final String TAG = Ch34xSerialDriver.class.getSimpleName();