# Set phone model
# Ex: if you have Ericsson t39, module for this  phone
# have name lib_t39.tcl, you must set MODEL t39,  this
# module also work with Ericsson t68, t300, t610,  etc, 
# with minor changes must work with all ericsson, sound
# composer work only with models less then t39 and t39.
#
# For Siemens ME45 (lib_siemens.tcl) set siemens, etc...
set MODEL t39

# Here set the communication port, for Ex:
# /dev/ttyS0, /dev/ircomm0, /dev/ttyUB0.
# Under windows set comX: Ex: for com1 set  com1:
set PORT /dev/ttyS0

# Set port speed there, 57600, 115200 etc.
set SPEED 115200

# set default SMS type
# 0 - 7 bits only english (160 chars)
# 4 - 8 bits plain messages, don't recomended (140 chars)
# 8 - 16 bits Unicode message, recomended for cyrillic (70 chars)
set language 0

# If use_gui set to TK, then programm start in interactive mode with
# Graphics User Interface
set ::use_gui TK
