home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / misc / 7209 < prev    next >
Encoding:
Text File  |  1993-01-27  |  2.8 KB  |  62 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!europa.eng.gtefsd.com!gatech!emory!sol.ctr.columbia.edu!usc!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!mksol!mccall
  3. From: mccall@mksol.dseg.ti.com (fred j mccall 575-3539)
  4. Subject: Re: Help needed using comm3&4 ports
  5. Message-ID: <1993Jan27.194232.24059@mksol.dseg.ti.com>
  6. Organization: Texas Instruments Inc
  7. References: <93021.35673.LJ01066@LMSC5.IS.LMSC.LOCKHEED.COM>
  8. Date: Wed, 27 Jan 1993 19:42:32 GMT
  9. Lines: 51
  10.  
  11. In <93021.35673.LJ01066@LMSC5.IS.LMSC.LOCKHEED.COM> LJ01066@LMSC5.IS.LMSC.LOCKHEED.COM writes:
  12.  
  13. >I need information on how to use comm ports 3&4 if I already have devices
  14. >on 1&2.  What I really want to know is if I can put two modem cards in
  15. >my system one on port 1 the other on port 2 and assign my mouse to be on
  16. >comm 3 or 4.  
  17.  
  18. Your mouse is probably going to insist on being on COM1 or COM2.  Move
  19. the modem cards.  Also, check the documentation on the cards to see if
  20. they can use 'non-standard' interrupts.  Ideally, what you want to do
  21. is put the mouse on COM1 and the other two devices on COM2 and COM3.  
  22.  
  23. >I already have an expensive fax/modem card but modem speed
  24. >is limited to 2400 and I would like to install a 9600 modem only card
  25. >without loosing my other card, i.e. switch between the two or at least
  26. >when using the 9600 modem being able to use my mouse too.  E-mail or posted
  27. >replies greatly appreciated.  Thanks to all who help in advance.
  28.  
  29. The problem is that COM3 and COM4 don't have their own standard IRQ
  30. numbers.  When two devices share the same IRQ number, they will
  31. conflict if you try to use them both at the same time.  Check your FAX
  32. and modem card and see if they will let you set for COM3 or COM4 using
  33. an IRQ other than 3 or 4.  Most devices will allow you to set them to
  34. IRQ2-5.  Set the device you put at COM3 to IRQ2, and tell your
  35. software to expect it on IRQ9 (assuming an AT or better machine --
  36. IRQ2 is the Cascade interrupt).  This will let you use all three
  37. devices at once.
  38.  
  39. If none of them will use a non-standard IRQ, put the mouse on the COM
  40. port (1 or 2) that is using the 'non-common' IRQ (the one that isn't
  41. being used by another device).  Then put the FAX and modem on the
  42. other two.  The 'standard' IRQ's are usually:
  43.  
  44. PORT        ISA/EISA    MCA
  45. ===========    ============    ===========
  46. COM1        IRQ4        IRQ4*
  47. COM2        IRQ3*        IRQ3
  48. COM3        IRQ4        IRQ3
  49. COM4        IRQ3        IRQ3
  50.  
  51. Put your mouse on the one with the '*' beside it, depending on what
  52. kind of bus your machine has, and put the other two devices on the
  53. other two of COM1-3.
  54.  
  55. Anyway, hope this helps.
  56.  
  57. -- 
  58. "Insisting on perfect safety is for people who don't have the balls to live
  59.  in the real world."   -- Mary Shafer, NASA Ames Dryden
  60. ------------------------------------------------------------------------------
  61. Fred.McCall@dseg.ti.com - I don't speak for others and they don't speak for me.
  62.