mirror of
				https://github.com/mik3y/usb-serial-for-android
				synced 2025-10-30 18:07:21 +00:00 
			
		
		
		
	Demo now consists of two activities:
  - DeviceListActivity shows all usb devices (including unsupported ones)
    in a ListView.
  - SerialConsoleActivity dumps the data stream for a device selected in
    DeviceListActivity.
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			232 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			232 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <resources>
 | |
| 
 | |
|     <string name="app_title">USB Serial Example</string>
 | |
|     <string name="app_name">Serial Example</string>
 | |
|     <string name="refreshing">Refreshing...</string>
 | |
|     
 | |
| </resources>
 |