Tip
From FreeBSDwiki
		(Difference between revisions)
		
		
| m (stub) | |||
| Line 1: | Line 1: | ||
| Like [[cu]], [[tip]] is used to connect to a device over your serial port. Unlike [[cu]], tip uses a config file that stores all the options (speed, stop bit, hardware flow control, etc) so that you only have to run | Like [[cu]], [[tip]] is used to connect to a device over your serial port. Unlike [[cu]], tip uses a config file that stores all the options (speed, stop bit, hardware flow control, etc) so that you only have to run | ||
| − | # tip com1 | + |  # tip com1 | 
| to start it up. | to start it up. | ||
Revision as of 15:33, 27 February 2005
Like cu, tip is used to connect to a device over your serial port. Unlike cu, tip uses a config file that stores all the options (speed, stop bit, hardware flow control, etc) so that you only have to run
# tip com1
to start it up.
See also cu
(stub article...needs more work and example config file)
