mirror of
				https://github.com/mik3y/usb-serial-for-android
				synced 2025-10-31 02:17:23 +00:00 
			
		
		
		
	CH341A readme update
This commit is contained in:
		
							parent
							
								
									963729924b
								
							
						
					
					
						commit
						e0ed25b85f
					
				| @ -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 | ||||
|  | ||||
| @ -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(); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user