Next Previous Contents

11. Communications Programs And Utilities

11.1 List of Software

Here is a list of some communication software you can choose from, available via FTP, if they didn't come with your distribution.

11.2 kermit and zmodem

To use zmodem with kermit (for ttyS3), add the following to your .kermrc:

define rz !rz < /dev/ttyS3 > /dev/ttyS3
define sz !sz \%0 > /dev/ttyS3 < /dev/ttyS3
Be sure to put in the correct port your modem is on. Then, to use it, just type rz or sz <filename> at the kermit prompt.


Next Previous Contents