| Home > Geek stuff > Serial Communications > Under Linux | http://ke3vin.org/geek/serial/linux/ |
| Last updated: 270 day(s) ago (Sun Feb 24 15:01:33 2008) | Fri Nov 21 01:43:23 2008 |
There are basically two different UUCP packages out there: Taylor named after it's creator, Ian Taylor which is derrived from the BSD variants of unix and is the adopted GNU version now and the original HoneyDanBer written in 1983 by Peter Honeyman, Dan Nowitz, and Brian Redman (also sometimes known as "HDB" and "BNU - Basic Networking Utilities") which is derrived from System V type systems and is a part of AT&T licensed systems. It is common in commercial unices like Sun Solaris and IBM AIX 4.Now tip is included in the BNU distribution but was dropped by the time Taylor was developed. The cu command is a replacement for tip and contains basically the same tilde (~) escape commands that tip does.
However Taylor UUCP is configured differently then HDB (although it is reported to support HDB file configuration - it didn't recognize /etc/remote for me). Instead of configuring /etc/remote I had to setup the file /etc/uucp/port.
# This is an example of a port file. This file have the syntax compatible# with Taylor UUCP (not HDB, not anything else). Please check uucp# documentation if you are not sure how Taylor config files are supposed to # look like. Edit it as appropriate for your system.# Everything after a '#' character is a comment.# (ttyS0 means COM1)port serialtype directdevice /dev/ttyS0speed 9600An example session:
$ cu -p serialConnected.~.Disconnected.If you see this error:
cu: Access to port deniedUse chmod to change the permissions on /dev/ttyS0 as root:
# chmod 666 /dev/ttyS0
Be sure to use the $ minicom -o option to avoid the modem initialization being sent to the server on the serial port!
Notes:
The Linux UUCP HOWTO
The Linux Serial HOWTO
Taylor UUCP configuration
Taylor (GNU) UUCP Mailing List Interface
FreeBSD UUCP Docs
This site is Lynx friendly!
![]() |
![]() |
![]() |
| Copyright © 1995-2005 Kevin P. Inscoe | Viewable With Any Browser |
This website and all original artwork and material is © copyright 2005 Kevin P. Inscoe. Other material is used under the "Fair Use" provisions of United States of America Copyright law, and all rights remain with the original copyright holders.