User manual

175
# LINE[4] IS CLIENT
#set TXA line_dll[4]=chapi_serial line_cfg[4]=tcpip
#set TXA line_param[4]="ip=192.168.1.1 port=10055"
#--------------------------------------------------------------------
# CHAPI DLV-11 serial line controller. It is possible to map its
# line to three different kind of ports.
#
# chapi_serial is default value for line_dll when this option is
# omitted;
# tcpip is default for the line_cfg option when this option is
# omitted.
#
# This CHAPI device can be used both with QBUS and UNIBUS systems.
#
#load chapi TT1 dll=chapi_dlv11.dll
#set TT1 address=017760010 vector=0310 trace_level=0
#set TT1 line_dll=chapi_serial line_cfg=com line_is_terminal=true
#set TT1 line_param="com=1" baud_rate=19200
#set TT1 dtr=true rts=true mode="e" breaken=true erroren=true
#load chapi TT2 dll=chapi_dlv11.dll
#set TT2 address=017760020 vector=0320 trace_level=0
#set TT2 line_dll=chapi_serial line_cfg=moxa line_is_terminal=true
#set TT2 line_param="ip=192.168.127.254 port=1" baud_rate=19200
#set TT2 dtr=true rts=true mode="e" breaken=true erroren=true
#load chapi TT3 dll=chapi_dlv11.dll
#set TT3 address=017760030 vector=0330 trace_level=0
#set TT3 line_dll=chapi_serial line_cfg=tcpip line_is_terminal=true
#set TT3 line_param="port=10020 application=txa0.ht" mode="e"
#--------------------------------------------------------------------
# CHAPI LPV11 line printer mapped to the special tool HOSTPrint.
# Just uncomment proper lines to test this kind of CHAPI device.
#
# This CHAPI device can be used both with QBUS and UNIBUS systems.
#
#load chapi LPA dll=lpv11.dll
#set LPA address=...
#set LPA vector=...
#set LPA host ="localhost" port=10004
#set LPA application="HOSTprint -port=10004 -fontsize=10 -font=\Arial Bold\"
# It is also possible to print to the local file...
#set LPA file="printer.txt"
# Or directly to the LPTn connected printer ...
#set LPA file="LPTn:"
#--------------------------------------------------------------------
# CHAPI_QBUS mapped to TLC BCI-2104 bus adapter.
# Just uncomment the lines below to test this kind of CHAPI device.
#
# All options specified for the bus adapter below can be omitted,
# in this case specified values will be used by default.
#
# Options description:
# adapter_dll - the name of DLL library where to take adapter
# implementation from (chapi_hw is default);
# adapter_name - name of the adapter within the DLL library
# (bci is default);