home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tmwinpif.zip / README.TXT next >
Text File  |  1991-02-18  |  4KB  |  92 lines

  1. I have received many messages lately regarding Telemate and 
  2. Windows.  Most often the questions relate to download problems, 
  3. lost characters on ANSI screens, etc, or else are just described 
  4. as "How do I get Telemate to work with Windows."  
  5.  
  6. Since I use Telemate and Windows I think I have a fix for your
  7. problem.  I was having lost character problems, aborted downloads 
  8. and a generally frustrating time with Windows and our favorite 
  9. Comm Software.  I also have a non standard comm port setup since 
  10. my internal HST is on Comm 3 IRQ 5 in order to not conflict with a 
  11. Multi I/O board in my 386.
  12.  
  13. I assume that what ever setup for the comm port you are using, you 
  14. have the proper setup in TM.CFG.  Just to review, mine is as 
  15. follows for the port setup:
  16.  
  17. % Communication
  18.  
  19. %% Com = base address,interrupt no,IRQ
  20.  
  21. Com1=3f8,12,4
  22. Com2=2f8,11,3
  23. Com3=3e8,13,5 <==This is my port setting, you would want to set the 
  24. Com4=2e8,11,3    same, or similar for the interrupt for com 2 or 4.
  25. Com5=3f8,12,4
  26. Com6=3f8,12,4
  27. Com7=3f8,12,4
  28. Com8=3f8,12,4
  29.  
  30. Next the port must be identified to Windows in the System.INI 
  31. file.  A friend that also uses Windows refered me to the 
  32. SysINI2.txt file in the Windows directory for resolution of the 
  33. problem.  I found that it was necessary to setup the comm port in 
  34. order to be recognized by Windows for use with Non-Windows 
  35. Applications.  In order to do so, certain information had to be 
  36. added to the System.INI file Windows uses to identify hardware 
  37. attributes.   I added the following lines to my System.INI file 
  38. under the 386 enhanced section:
  39.  
  40. [386Enh] .....
  41.  
  42. COM3Base=3E8h  (use the proper address for your com port)
  43. COM3Buffer=256 (default is 128, I increased it to prevent lost 
  44.                 characters)
  45. COM3Irq=5  (use the proper interrupt for your modem port)
  46.  
  47. I also found that the internal protocols may not be robust enough 
  48. to handle the Windows environment, particularly on uploads, I am 
  49. only getting upload speeds of 800 using Ymodem-G.  DSZ works well 
  50. giving upload speeds of over 1500 cps, but is dependent on the  
  51. COMXBuffers= setting as are the internal protocols.  Set the 
  52. buffers setting to a level that gives the best performanceby 
  53. experimenting a bit with the setting.
  54.  
  55. Although the internal HST that I have has a NS16550AN Windows 
  56. doesn't recognize the 16550.  I assume that it is running in 16450 
  57. compatablility mode even though it is enabled in Telemate.
  58.  
  59. See if these settings make any difference,  I do know that if the 
  60. buffers are too large it will slow down transfers, the default is 
  61. 128.  Also look at the ComXAutoassign= command in SysINI2.txt.  I 
  62. have mine set to 0 and Never warn under Control Panel, Ports, for 
  63. the modem port.
  64.  
  65. Windows uses BIOS Calls to arbitrate the comm ports, so make sure 
  66. that your BIOS is recognizing the address of the modem port.  The 
  67. file SETC1234.exe is supposed to do this if the BIOS isn't 
  68. recognizing the comm port, but it didn't work for me on the few 
  69. times that the BIOS acted flakey on me and didn't pick up the comm 
  70. port for the internal modem.  I would run SETC1235.EXE and get an 
  71. error from Windows about system integrity being violated when 
  72. starting Telemate.  But when the BIOS does recognize the address on 
  73. post ( shows up inthe AMI BIOS post screen) everything works well.
  74.  
  75. Also enclosed in this zip file is my PIF for running Telemate 
  76. under Windows.  Winfred Hu posted a PIF on the Fidonet Telemate 
  77. echo a few weeks ago.  Taking this for a start and adding some 
  78. suggestons from Mike Cody, I developed this PIF.  Winfred 
  79. indicated that Telemate would run in a window, but my experience 
  80. is that Windows will suspend execution of Telemate in a window but 
  81. will allow it to run in background as well as full screen.  
  82. Running in a window would also have the disadvantage of loss of 
  83. mouse function for Telemate menus, a problem that is not present 
  84. when run full screen.
  85.  
  86. Hope that this information helps everyone enjoy Telemate and 
  87. Microsoft Windows.
  88.  
  89. Jim Skovera
  90. Racine, Wisconsin
  91. February 18, 1991
  92.