mirror of
				https://github.com/mik3y/usb-serial-for-android
				synced 2025-10-31 02:17:23 +00:00 
			
		
		
		
	add missing ChromeCcd setParameters
This commit is contained in:
		
							parent
							
								
									d585ca8be7
								
							
						
					
					
						commit
						11ccb5b949
					
				| @ -75,6 +75,11 @@ public class ChromeCcdSerialDriver implements UsbSerialDriver{ | ||||
|             return ChromeCcdSerialDriver.this; | ||||
|         } | ||||
| 
 | ||||
|         @Override | ||||
|         public void setParameters(int baudRate, int dataBits, int stopBits, int parity) throws IOException { | ||||
|             throw new UnsupportedOperationException(); | ||||
|         } | ||||
| 
 | ||||
|         @Override | ||||
|         public EnumSet<ControlLine> getControlLines() throws IOException { | ||||
|             return EnumSet.noneOf(ControlLine.class); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user