Difference between revisions of "Minicom"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
    e  |     e  | ||
| − | 8.   | + | 8. to initialize the scaler and allow operator to talk to the library which shows the counts:  | 
| − | + |    v260Init 0xda0000  | |
| + | |||
| − | 9. v260Status (0,1)  | + | 9. to displays count on all channels in library:  | 
| − | + |    v260Status (0,1)  | |
| + | |||
| − | 10. v260Clear  | + | 10. to clear all channels:  | 
| − | + |     v260Clear  | |
| + | |||
| − | To Exit: ctrl-a, z  | + | To Exit:    | 
| − | + |    ctrl-a, z  | |
| + |    q  | ||
| − | If scaler shows Disabled, Enable by typing: v260Enable(0)  | + | If scaler shows Disabled, Enable by typing:    | 
| + |    v260Enable(0)  | ||
Latest revision as of 21:26, 9 November 2007
Commands for Minicom:
1. open xterm window.
2. to get into the main root system type:
su
3. enter password
4. open application type:
minicom
5. To set communition speed:
ctrl-a, z p e
8. to initialize the scaler and allow operator to talk to the library which shows the counts:
v260Init 0xda0000
9. to displays count on all channels in library:
v260Status (0,1)
10. to clear all channels:
v260Clear
To Exit:
ctrl-a, z q
If scaler shows Disabled, Enable by typing:
v260Enable(0)