home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 16195 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!dptspd!fezzik!fcircus.sat.tx.us!Ty_Sarna
  2. From: Ty_Sarna@fcircus.sat.tx.us (Ty Sarna)
  3. Subject: Re: New hardware reference guide?
  4. References: <37160@cbmvax.commodore.com>
  5. Newsgroups: comp.sys.amiga.programmer
  6. X-NewsSoftware: BBX-UMB 0.26c beta (Nov 19 1992)
  7. Message-ID: <Ty_Sarna.0kr8@fcircus.sat.tx.us>
  8. Date: 21 Nov 92 23:17:05 CST
  9. Organization: The Flying Circus Amiga BBX, San Antonio, Texas
  10. Lines: 32
  11.  
  12.  
  13. In <37160@cbmvax.commodore.com>, andy@cbmvax.commodore.com (Andy Finkel)
  14. writes:
  15. > I can't really imagine a good reason for not using th Open/Close method,
  16. > but I assume the author of Welmat did.  That's basically the problem;
  17. > someone can always think of a reason (valid or not) to hit the hardware.
  18.  
  19. #define MAJOR_GRIPE 1
  20.  
  21. Because sometimes one of several programs that has the serial.device
  22. open needs to hang up with DTR (or do something else with DTR for some
  23. other custom hardware).  People have been asking C= for _years_ to
  24. implement the "drop DTR" command that ASDG (i think) and a few others'
  25. serial.devices have for _years_.  Since C= wont, they have no choice but
  26. to hit the hardware.  Of course, that only works on the internal port,
  27. so that really doesn't address the problem for Welmat either.
  28.  
  29. *PLEASE* implement this command in the internal and 2232 serial.devices.
  30. It wouldn't be at all hard, and it would be *EXTREMELY* useful to many
  31. people. Please! C'mon, pretty please?
  32.  
  33. #whendef COMMAND_IMPLEMENTED    /* requires 4D-C with temporal preprocessor */
  34. #define MAJOR_GRIPE 0
  35. #else
  36. /* leave defined! */
  37. #endif
  38.  
  39.  
  40. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  41. ::    Ty Sarna, Postmaster       The Flying Circus BBX, San Antonio, TX ::
  42. :: Ty_Sarna@fcircus.sat.tx.us      512/697-9134 (USRobotics Dual Std)   ::
  43. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  44.