Next Previous Contents

10. Communications Programs And Utilities

10.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.

10.2 kermit and zmodem

To use zmodem with kermit, 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