You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							228 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							228 B
						
					
					
				| #!/usr/bin/expect  | |
| #Where the script should be run from. | |
| set timeout 1 | |
| spawn telnet localhost 8000 | |
| expect  | |
| send "Hello Robot\n" | |
| expect  | |
| send "SS 10\n" | |
| expect  | |
| send "ST JointLSPB\n" | |
| expect  | |
| send "MPTPJ 0 0 0 0 0 20 20\n" | |
| expect 
 |