# A modem entry has the following format:
#
# [name]        name of device e.g. cua1
#   databits =
#   parity   =
#   speed    =
#   stopbits =
#   type     = (the type of the modem e.g. hayes for hayes compatible modem)
#
# All entrys are optional.
# The items above are the items used by the program. Other items can be 
# defined, they will just be ignored.                 
#
# Example:
#
#

[modem]
  speed = 38400
  type  = hayes

[cua1]
  speed    = 2400
  stopbits = 1
  type     = my_modem
  
