| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | # Serial port where the camera is connected | 
					
						
							|  |  |  | ## Linux | 
					
						
							|  |  |  | port=/dev/ttyS0 | 
					
						
							|  |  |  | ## IRIX | 
					
						
							|  |  |  | #port=/dev/ttyd1 | 
					
						
							|  |  |  | ## Solaris | 
					
						
							|  |  |  | #port=/dev/term/a | 
					
						
							|  |  |  | ## HP-UX | 
					
						
							|  |  |  | #port=/dev/tty0p0 | 
					
						
							|  |  |  | ## Digital UNIX | 
					
						
							|  |  |  | #port=/dev/tty01 | 
					
						
							|  |  |  | # Max baud rate for download.  Camera always starts at 9600 baud, then | 
					
						
							|  |  |  | # switches to the higher rate | 
					
						
							| 
									
										
										
										
											2003-01-07 01:15:16 +00:00
										 |  |  | ## This works for Linux. Also works for IRIX (6.3 or higher), providing that | 
					
						
							|  |  |  | ## the host is an O2, OCTANE, Origin2000/200, Onyx2, Origin3000/300, Onyx3 or | 
					
						
							|  |  |  | ## a newer SGI hardware [see serial(7)]. | 
					
						
							|  |  |  | #baud=115200 | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | ## This works for most UNIX's | 
					
						
							| 
									
										
										
										
											2003-01-07 01:15:16 +00:00
										 |  |  | baud=38400 | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | # Prints some extra information during the init phase.  This can be | 
					
						
							| 
									
										
										
										
											2017-05-27 05:27:22 +00:00
										 |  |  | # handy, but note that printing anything to stderr breaks the saned | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | # network scanning. | 
					
						
							|  |  |  | #dumpinquiry | 
					
						
							|  |  |  | # How many usec (1,000,000ths of a) between writing the command and reading the | 
					
						
							|  |  |  | # result. 125000 seems to be the lowest I could go reliably. | 
					
						
							|  |  |  | cmdrespause=125000 | 
					
						
							|  |  |  | # How many usec (1,000,000ths of a) between sending the "back to default" break | 
					
						
							|  |  |  | # sending commands. | 
					
						
							|  |  |  | breakpause=1000000; |