home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / zhint77.zip / CONFPORT.A < prev    next >
Text File  |  1993-06-25  |  3KB  |  59 lines

  1.      In  your  CONFIG.SYS and AUTOEXEC.BAT there are  commands  and  device
  2. drivers  that  load when you boot your computer, If you  get  unpredictable
  3. results,  or  out of memory messages (etc) then you can  re-configure  your
  4. computer.  To test if a device or TSR (resident) program is  causing  this,
  5. you can put REM in front of the line in either of the above files. You  use
  6. an ASCII (plain text) editor or your wordprocessor in plain text mode.
  7.  
  8. an EXAMPLE ONLY.....
  9.  
  10. REM DEVICE=C:\DOS\ANSI.SYS
  11.  
  12. This  is only an EXAMPLE, because ANSI.SYS is always OK to have  in  there.
  13.      >>>Another  IMPORTANT thing to check is that BUFFERS= and FILES=   are
  14. 35 or higher.<<<
  15.                              MEMORY
  16.  
  17. Memory  is  not a straightforward computer feature. Normaal  memory,  where
  18. computer  programs run, where the OS (operating system) and  (many)  device
  19. drivers  reside,  is limited to 640K. The extra 2meg or 4 meg  is  used  BY
  20. certain  programs,  which are running in conventional (640K)  memory.  They
  21. have  special  features which can load large blocks of data  into  that  HI
  22. (extended/expanded)  memory.  Then  as the program works on  the  data,  it
  23. switches  'pages' of memory (16K blocks) from HI memory  into  conventional
  24. memory  while  it works on that section of data. When  that  section  isn't
  25. needed it swaps that back into HI, and gets another peice to work on.  This
  26. lets you have HUGE spreadsheets or databases running yet only have 640K  to
  27. run the program(s). The more programs (& TSRs and device drivers) you load,
  28. the  less room there is in conventional memory to operate. Somewhere  along
  29. the  line  the system will lock or crash if you keep adding  programs  into
  30. 640K. Also, as memory gets 'filled' up, the computer may slow down.
  31.  
  32.                          >> PORTS <<
  33.  
  34.      If  you  have an internal modem, it must be set for COM4  90%  of  the
  35. time.  Most  computers  have serial-port 1 and  2  already  built-into  the
  36. computer.  A  serial port is just a built-in comport. So you cannot  set  a
  37. modem to be the same comport (1 or 2). Try com4 then com3, see your  manual
  38. for  jumper  settings.  A SLOT in your computer is NOT, has NOTHING  to  do
  39. with COMPort setting. The COMport is what YOU set via Jumpers ON the modem!
  40.  
  41.      >>>If you have an older XT or AT, and have com1/2 you may need to  set
  42. the  modem for com3 (on some older machines you cannot 'skip' com3 and  use
  43. com4).  So  if the mouse is on one, use IRQ-5 with com3. Same if  you  have
  44. only com1, you set for com2.
  45.  
  46.      There seem to be some video cards using the COM4 address. In that case
  47. try COM3 with IRQ 5 or 2 (see your manual). Don't forget the software  must
  48. also  be told when you change IRQs. Use SETUP for the FAX, &  PORTUTIL  for
  49. DATA to change IRQ's.
  50.  
  51.      Sometimes one internal modem/or model of modem will work in spite of a
  52. conflict, when set for COM1 or COM2 when there is a serial port. Always try
  53. COM3 and COM4 (and IRQ settings) before deciding the modem is bad. This  is
  54. especially true when replacing a 2400 modem with a hi-speed modem. The 2400
  55. may work, and the new hi-speed one does not because of conflicts.
  56.  
  57.                                  Don Hinds - Zoom Tech
  58. ##include=c:\text\signa.tif
  59.