// The format of this database is:
//
// "Modem name"
//   a:1st initialization string
//   b:2nd initialization string
//   c:3rd initialization string
//   d:dial prefix
//   e:listen for caller prefix
//   f:hangup prefix
//   g:dial suffix
//   h:listen for caller suffix
//   i:hangup suffix
//
// note that modem name must be in quotes
//
// The initialization strings should set up your modem as follows:
//
//   o  Return result codes in longhand text form.
//   o  Disable local flow control.
//   o  Disable compression.
//   o  Disable auto answer.  Phone is picked up when modem sends "RING"
//      text string to host PC.
//   o  Select asynchronous non-EC mode.  (error control disabled)
//
// Once connection between modems is made, the modems should behave
// exactly like a NULL modem connection.  They shouldn't interfere with
// with the signal.  This means no XON/XOFF characters, data compression,
// or error correction.  We only use three lines on the serial cable: send,
// receive and ground.
//
// When two modems attempt to connect at different speeds, they should
// automatically negotiate a least common denominator (must be 28800, 14400,
// or 9600 baud), display a connection message to their host in their
// original baud rate, and then prepare to be switched to the agreed upon
// baud rate for the rest of the connection.  Your modem or the modem you
// are trying to call may need addtional setup strings for this process
// to occur automatically.  If all else fails, both parties should agree on
// the same baud rate before connecting.
//
// For example, say a 28800 baud modem (A) calls a 14400 modem (B).  Modem A
// will begin talking to its host PC at 28800 baud.  It will dial out to
// Modem B, whose host will initiate a connect.  After chatting with each
// other, both modems should agree upon a 14400 connection.  Using its
// orginal host-to-modem transfer rate of 28800 baud, modem A sends its host
// the message "CONNECT 14400"  (there might be other options in the message;
// that's okay as long as the words "CONNECT" and "14400" are present.)
// At this point, modem A should automatically be prepared to switch to the
// agreed upon rate of 14400.  The host will do the same, and for the
// remainder of the connection, the host-to-modem speed will be 14400 baud
// for both parties.
//
//

"Acer 28.8 TAD-SP-1.xx"
 a:ATZ
 b:AT&K0
 c:AT &Q0 &D0 E1 V1 Q0
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Boca SE1440 14.4 VSp-14.4 V.32bis internal"
 a:AT&F \N0
 b:
 c:
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Cardinal 14.4k"
 a:ATZ
 b:AT&K0
 c:AT &Q0 &D0 E1 V1 Q0
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Cardinal MVP2881"
 a:ATZ
 b:AT&K0
 c:AT &Q0 &D0 E1 V1 Q0
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Compaq 14.4 DATA+FAX+VOICE"
 a:ATZ
 b:AT&K0
 c:AT &Q0 &D0 E1 V1 Q0
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Creative Labs PhoneBlaster 14.4"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0 N1
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"GVC VF-1114V/R6 14.4 V.32bis external FAX/MODEM"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"Hayes 5100AM 14.4k fax/data, external"
 a:ATZ
 b:AT&K0&Q0
 c:AT X3 N1
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Hayes 5606AM Accura 144B+F 14.4 V.32bis internal"
 a:ATZ
 b:AT&K0&Q0
 c:AT X3 N1
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Hayes Accura 288 V.FC+FAX Ext"
 a:ATZ
 b:AT&K0&Q0
 c:AT X3 N1
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Hayes Optima 28.8/14.4"
 a:ATZ
 b:AT&K0&Q0
 c:AT X3 N1
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Hayes V-Series Ultra Smartmodem 9600"
 a:ATZ
 b:AT&K0&Q6&C0
 c:AT N1 Q0 V1
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"Intel PCFM6501 SatisFAXtion 400e. 14.4 external"
 a:,,,ATZ
 b:
 c:
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Packard Bell F-114H V/R2 14.4 Internal"
 a:AT&F
 b:
 c:
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Practical Peripherals PM14400FXSA V.32bis"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0 N1 S95=0
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"Practical Peripherals PM14400FXMT"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0 N1
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"Practical Peripherals PM288MT II V.34"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Rockwell Generic"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"Rockwell 28.8 Internal"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"Rockwell DVSD via headset"
 a:ATZ
 b:AT&F-SSE=1#vls=5s0=1%c0
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"Rockwell Zoom V.34 28.8"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"SE1440 in NEC Ready 7020"
 a:AT&F \N0
 b:
 c:
 d:ATD
 e:ATA
 f:+++
 i:ATH

"Supra 14.4k v.32bis"
 a:ATZ
 b:AT&F1&K0&M0
 c:AT &F0 S46=136 &Q0 &D2
 d:ATDT
 e:ATA
 f:+++
 i:ATH

"US Robotics Sportster Vi 28.8"
 a:ATZ
 b:AT&F1&K0&M0
 c:ATQ0V1E1S0=0
 d:ATD
 e:ATA
 f:+++
 i:ATH

"US Robotics Generic (set Baud rate to 38400)"
 a:ATZ
 b:AT&F&N10
 c:ATQ0V1E1S0=0
 d:ATD
 e:ATA
 f:+++
 i:ATH