
This package contain the basic baycom mode drivers to use with tsthwin/tsthost
under windows95 operating system. The drivers are provided AS IS, if you have
any question about documentation or setting, please contact the flexnet
authors, or visit the flexnet homepage at:

	http://dl0td.afthd.th-darmstadt.de/~flexnet/

First of all copy all the files in the directory C:\FLEXNET, then add the
following lines to your autoexec.bat file

BAYCOM on COM2
--------------
CD\FLEXNET                  
LH FLEXNET 20
LH SER12 2                  <--  2= com2
FLEX 
FSET MODE 0 1200c
FSET TXD 0 30    
LH TFEMU 
CD \

now reboot your system, from now on, the drivers will be automatically loaded
when you turn on your pc.


To use flexnet driver with TSTHOST DOS, simple use the following sintax:
------------------------------------------------------------------------
TSTHOST /T /I253


To use tsthwin, edit the file TSTHWIN.PRT in the SYSTEM directory under
tsthwin.exe, and set up the file as
-----------------------------------------------------------------------
2 253 0


HERE IS SOME OTHER EXAMPLES FOR OTHER KIND OF COMMUNICATIONS DEVICES.
The needed drivers are not provided in this package, but you can get them
to the flexnet homepage, at the address reported on the top of this
document.


TNC2X with 6PACK EPROM on COM2, 38400 baud
------------------------------------------
CD \FLEXNET                   <-- flexnext installation directory
LH FLEXNET 20
LH 6PACK 2 /B=38400           <-- com2, 38400 baud
FLEX
FSET MODE 0 9600
FSET TXD 0 30
LH TFEMU
CD\

PICPAR BAYCOM MODEM on COM2
---------------------------
CD\FLEXNET                  <-- flexnext installation directory
LH FLEXNET 20
LH PAR96 2                  <-- com2
FLEX 
FSET MODE 0 1200c
FSET TXD 0 30    
LH TFEMU 
CD \

YAM MODEM on COM2
-----------------
CD\FLEXNET                  <-- flexnext installation directory
LH FLEXNET 20
YAMSER /C2 /I3		    <-- com2, it use irq3
FLEX 
FSET MODE 0 9600
FSET TXDELAY 0 30
LH TFEMU 
CD \

SERIAL CARD (USCC)
--------------------------------------
CD \FLEXNET             <-- flexnext installation directory
LH FLEXNET 20
LH USCC /I=7            <-- irq number used by your card
LH FLEX
FSET MODE 0 1200        <-- first channel 1200 baud
FSET MODE 1 2400        <-- second channel 2400 baud
FSET TXD 0 30
FSET TXD 1 30
LH TFEMU -DM
CD \

SOUND BLASTER 1200 BAUD
-----------------------
CD \FLEXNET
LH FLEXNET 20
LH SMSBC /b:0x220 /tc:1
LH FLEX
LH SMAFSK12
FSET MODE 0 1200
FSET TXDELAY 0 30
SMMIXER /s:line /il:0 /ir:0 /ol:-46 /or:-46
LH TFEMU
CD \

SOUND BLASTER 9600 BAUD, IT IS QUITE THE SAME OF THE ABOVE ONE
BUT USE DIFFERENT DRIVERS
--------------------------------------------------------------
CD \FLEXNET
LH FLEXNET 20
LH SMWSS
LH FLEX
LH SMFSK96
FSET MODE 0 9600
FSET TXDELAY 0 30
SMMIXER /s:line /il:0 /ir:0 /ol:-46 /or:-46
LH TFEMU
CD \

MULTIDRIVER SETUP EXAMPLE
-------------------------
lh flexnet 20       <- load FLEX95 kernel
lh uscc /i=5        <- load USCC card driver (irq 5)
lh kiss 4 /i=10     <- load kiss tnc driver
lh flex             <- load flex controller
lh tfemu -dm        <- load wa8ded hostmode emulator
fset mode 0 1200    <- set channel 0 to 1200Bd (S5PCC)
fset mode 1 4800    <- set channel 1 to 4800Bd (S5PCC)
fset mode 2 9600    <- set channel 2 to 9600Bd (S5PCC)
fset mode 3 9600    <- set channel 3 to 9600Bd (S5PCC)
fset mode 4 19200   <- set channel 4 to 19200Bd (KISS TNC serial port speed)
fset txd 0 30       |
fset txd 1 30       |
fset txd 2 30       |  <- set TXDELAY for the related channels
fset txd 3 30       |
fset txd 4 30       |

That's all!
Happy Packet, Mario

