1*86d7f5d3SJohn Marino# 2*86d7f5d3SJohn Marino# $FreeBSD: src/etc/modems,v 1.4 1999/08/27 23:23:42 peter Exp $ 3*86d7f5d3SJohn Marino# $DragonFly: src/etc/modems,v 1.2 2003/06/17 04:24:45 dillon Exp $ 4*86d7f5d3SJohn Marino# @(#)modems 3/24/95 5*86d7f5d3SJohn Marino# 6*86d7f5d3SJohn Marino# modems -- modem configuration data base file 7*86d7f5d3SJohn Marino# see tip(1), modems(5) 8*86d7f5d3SJohn Marino# 9*86d7f5d3SJohn Marino# dial_command AT command to dial up remote 10*86d7f5d3SJohn Marino# echo_off_command AT command to turn off command echo 11*86d7f5d3SJohn Marino# escape_guard_time Shroud escape sequence with specified delay (ms) 12*86d7f5d3SJohn Marino# escape_sequence Return to command escape sequence 13*86d7f5d3SJohn Marino# hangup_command AT command to hangup modem 14*86d7f5d3SJohn Marino# hw_flow_control Enable RTS/CTS flow control between DTE/DCE 15*86d7f5d3SJohn Marino# intercharacter_delay Delay between characters sent to modem when issuing 16*86d7f5d3SJohn Marino# commands 17*86d7f5d3SJohn Marino# intercommand_delay Minimum delay between commands to modem 18*86d7f5d3SJohn Marino# init_string AT command to initialize modem before dialing out 19*86d7f5d3SJohn Marino# lock_baud Use fixed DTE / DCE bit rate 20*86d7f5d3SJohn Marino# reset_delay Delay required by modem for reset 21*86d7f5d3SJohn Marino# 22*86d7f5d3SJohn Marino 23*86d7f5d3SJohn Marinosportster|st|US Robotics Sportster 14.4K:dial_command=ATDT%s\r:hangup_command=ATH\r:\ 24*86d7f5d3SJohn Marino :echo_off_command=ATE0\r:reset_command=AT&F1\r:\ 25*86d7f5d3SJohn Marino :init_string=AT&B1&H1&R2&C1&D2\r:\ 26*86d7f5d3SJohn Marino :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\ 27*86d7f5d3SJohn Marino :intercommand_delay#250:escape_guard_time#500:reset_delay#2000: 28*86d7f5d3SJohn Marino 29*86d7f5d3SJohn Marinomt932|multitech|mt|Multitech 932:dial_command=ATDT%s\r:hangup_command=ATH\r:\ 30*86d7f5d3SJohn Marino :echo_off_command=ATE0\r:reset_command=ATZ\r:\ 31*86d7f5d3SJohn Marino :init_string=AT$BA0$SB38400&E1&E4&E13&E15Q0V1X4E0S0=0\r:\ 32*86d7f5d3SJohn Marino :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\ 33*86d7f5d3SJohn Marino :intercommand_delay#250:escape_guard_time#500:reset_delay#2000: 34*86d7f5d3SJohn Marino 35*86d7f5d3SJohn Marinogeneric|Generic AT command modem (use defaults): 36