# # Babylon TTY Daemon sample config file # # Global Configuration # chatprog - defines the program to use to initial communications # chatparams - parameters to pass to the chatprog. chatprog "/usr/sbin/chat" chatparams "-v" # # # Per line configuration # # line - defines the portname (minus the /dev/) # type - modem or local # connect - string to pass to the chat program (use single quotes for items!) # flow - rtscts or xonxoff # speed - line speed which is one of 300, 1200, 2400, 9600, 19200, 38400, # 115000, 230400, 460800 # # The chat setup is such that a command is built of chatprog chatparams connect # and told to talk to the modem. STDIN and STDOUT are passed to the chatprog, # STDERR is sent to /dev/null. line ttyS1 type modem flow rtscts connect "ABORT ERROR ABORT 'NO DIALTONE' ABORT 'NO CARRIER' ABORT BUSY '' 'ATX3E0&C1&D2&K3&Q0M1' OK ATDT%n CONNECT" speed 38400 #line cua2 #type local #flow xonxoff #connect "ABORT ERROR ABORT 'NO DIALTONE' ABORT 'NO CARRIER' ABORT BUSY '' 'ATE0&C1&D2' OK ATDT%n CONNECT" #speed 38400