mirror of
				https://github.com/mik3y/usb-serial-for-android
				synced 2025-10-31 02:17:23 +00:00 
			
		
		
		
	Updated FAQ (mediawiki)
							parent
							
								
									d91f44df76
								
							
						
					
					
						commit
						b5ebeceed9
					
				| @ -105,6 +105,8 @@ This effect is more likely for slower Android device and USB devices with smalle | |||||||
| 
 | 
 | ||||||
| Using a higher thread priority (default for <code>SerialInputOutputManager</code> since ''usb-serial-for-android v3.1.0'') and offloading work from <code>onNewData</code> to other threads can mitigates the issue. | Using a higher thread priority (default for <code>SerialInputOutputManager</code> since ''usb-serial-for-android v3.1.0'') and offloading work from <code>onNewData</code> to other threads can mitigates the issue. | ||||||
| 
 | 
 | ||||||
|  | It is recommended to use some sort of flow control like X-Modem protocol. | ||||||
|  | 
 | ||||||
| Data loss can also occur with inappropriate buffer size, as shown in next Question. | Data loss can also occur with inappropriate buffer size, as shown in next Question. | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user