CH341A readme update

pull/297/head
kai-morich 2020-07-27 17:38:16 +02:00
rodzic 963729924b
commit e0ed25b85f
2 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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();