kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							d63a24762d 
							
						 
					 
					
						
						
							
							mention other CP210x devices, remove CP2110 which is a HID device  
						
						
						
						
					 
					
						2020-09-22 07:52:18 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							698f590d58 
							
						 
					 
					
						
						
							
							restored UsbId.FTDI_FT231X  
						
						... 
						
						
						
						same ID for FT230X, FT231X, FT234XD
tested with FT230X 
						
						
					 
					
						2020-08-23 20:44:34 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							73d669c4dc 
							
						 
					 
					
						
						
							
							remove FT231X also from device_filter.xml  
						
						
						
						
					 
					
						2020-08-01 12:24:54 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							a2f0097092 
							
						 
					 
					
						
						
							
							improve control line example  
						
						
						
						
					 
					
						2020-07-19 19:16:05 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							7423fd9d79 
							
						 
					 
					
						
						
							
							new getControlLines() and getSupportedControLines() methods  
						
						... 
						
						
						
						getControlLines() requires less USB calls than calling getRTS() + ... + getRI() individually.
getSupportedControlLines() tells you, which control lines are supported by a driver. Previously you had to check the driver implementation. 
						
						
					 
					
						2020-06-30 18:10:02 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							06d1041738 
							
						 
					 
					
						
						
							
							added CH341A support  
						
						
						
						
					 
					
						2020-06-27 08:46:23 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							3e7fd9a748 
							
						 
					 
					
						
						
							
							add vectorDrawables.useSupportLibrary=true to sample app  
						
						
						
						
					 
					
						2020-06-11 13:15:00 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							735fa3d70f 
							
						 
					 
					
						
						
							
							make all SerialPort classes public  
						
						... 
						
						
						
						and test FtdiSerialPort methods 
						
						
					 
					
						2020-06-10 19:09:34 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							ca78840144 
							
						 
					 
					
						
						
							
							example app with event-based or direct read  
						
						
						
						
					 
					
						2020-04-08 22:21:26 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							2354f93354 
							
						 
					 
					
						
						
							
							modernize example app  
						
						
						
						
					 
					
						2020-03-29 16:56:26 +02:00 
						 
				 
			
				
					
						
							
							
								kai-morich 
							
						 
					 
					
						
						
						
						
							
						
						
							17c3d40605 
							
						 
					 
					
						
						
							
							align device_filter.xml with devices recognized by DefaultProber  
						
						
						
						
					 
					
						2020-02-29 19:15:14 +01:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							37059b1a27 
							
						 
					 
					
						
						
							
							reduce non covered code  
						
						... 
						
						
						
						move HexDump class from library to example
remove unused UsbSerialRuntimeException 
						
						
					 
					
						2019-10-21 21:04:58 +02:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							ac1fe40793 
							
						 
					 
					
						
						
							
							manage USB permission intent  
						
						
						
						
					 
					
						2019-10-21 20:56:13 +02:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							54a3db115f 
							
						 
					 
					
						
						
							
							show code coverage  
						
						
						
						
					 
					
						2019-10-20 22:41:55 +02:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							0d48ed04e7 
							
						 
					 
					
						
						
							
							Always use async read, as bulkTransfer can cause data loss. Increase API version to 17 because async read only works reliably since Android 4.2 ( http://b.android.com/28023 )  
						
						
						
						
					 
					
						2019-10-05 10:35:15 +02:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							e527afdf35 
							
						 
					 
					
						
						
							
							compile+target sdk 28, gradle 4.6  
						
						
						
						
					 
					
						2019-10-05 10:35:15 +02:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							61b272b8b6 
							
						 
					 
					
						
						
							
							support ft_232h, cp210_ multiport devices  
						
						... 
						
						
						
						harmonize claimInterface() error handling
cancel read() on close() 
						
						
					 
					
						2019-10-05 10:27:11 +02:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							0ea5b282b7 
							
						 
					 
					
						
						
							
							implement async read for all devices  
						
						
						
						
					 
					
						2019-10-05 10:27:11 +02:00 
						 
				 
			
				
					
						
							
							
								Kai Morich 
							
						 
					 
					
						
						
						
						
							
						
						
							adb22f718e 
							
						 
					 
					
						
						
							
							build tools update; instrumented device test  
						
						
						
						
					 
					
						2019-10-05 10:27:11 +02:00 
						 
				 
			
				
					
						
							
							
								mike w 
							
						 
					 
					
						
						
						
						
							
						
						
							ccc8e8d3f0 
							
						 
					 
					
						
						
							
							Merge pull request  #96  from marcosdiez/dtr_and_rts  
						
						... 
						
						
						
						User can now set DTR and RTS on the fly 
						
						
					 
					
						2016-03-23 19:31:56 -04:00 
						 
				 
			
				
					
						
							
							
								xseignard 
							
						 
					 
					
						
						
						
						
							
						
						
							e0d9c3c091 
							
						 
					 
					
						
						
							
							Added CH34x driver  
						
						
						
						
					 
					
						2015-12-09 02:29:30 +01:00 
						 
				 
			
				
					
						
							
							
								SJ 
							
						 
					 
					
						
						
						
						
							
						
						
							9d48757285 
							
						 
					 
					
						
						
							
							- Updating Gradle project to > 1.0.0  
						
						... 
						
						
						
						- Updated .gitignore with Github ignore settings
- Updated build tools and SDK versions to 22
- Migrated .gradle files from pre-1.0.0 to post-1.0.0 
						
						
					 
					
						2015-06-23 00:24:43 -04:00 
						 
				 
			
				
					
						
							
							
								Marcos Diez 
							
						 
					 
					
						
						
						
						
							
						
						
							e04c5f8877 
							
						 
					 
					
						
						
							
							User can now set DTR and RTS on the fly  
						
						
						
						
					 
					
						2015-01-17 14:34:31 +02:00 
						 
				 
			
				
					
						
							
							
								mike wakerly 
							
						 
					 
					
						
						
						
						
							
						
						
							0b65b42f84 
							
						 
					 
					
						
						
							
							Update build tools.  
						
						
						
						
					 
					
						2014-09-08 11:02:45 -07:00 
						 
				 
			
				
					
						
							
							
								mike wakerly 
							
						 
					 
					
						
						
						
						
							
						
						
							95592f984a 
							
						 
					 
					
						
						
							
							Convert to gradle.  
						
						
						
						
					 
					
						2014-06-14 12:55:24 -07:00