home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18088 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.2 KB  |  24 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!pmafire!mica.inel.gov!ux1!news.byu.edu!hamblin.math.byu.edu!sol.ctr.columbia.edu!ira.uka.de!gmd.de!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!uniol!Marcel.Claus
  3. From: Marcel.Claus@arbi.informatik.uni-oldenburg.de (Marcel Claus)
  4. Subject: HELP! How to access Serial Drvr directly??
  5. Organization: University of Oldenburg, Germany
  6. Date: Fri, 6 Nov 1992 15:13:20 GMT
  7. Message-ID: <1992Nov6.152610.15419@arbi.Informatik.Uni-Oldenburg.DE>
  8. Sender: news@arbi.Informatik.Uni-Oldenburg.DE
  9. Lines: 13
  10.  
  11. I have a problem to access the Serial Drivers directly without using
  12. routines like SerSetBuffer, SerReset, ... (IM II).
  13. What I wish to do is simply set the channels. For example I would
  14. like to set the DTR-Signal, wait a few micro secs and then set it
  15. again from high to low. Now the question is:
  16. - Is there a way to set (or unset) the channels of a serial port
  17. - is there any literature discussing the serial hardware and
  18.   routines to control it
  19. - and in wich addresses the informations about the status of the
  20.   port is stored.
  21. The target of my project is to implent an IIC-Interface for a programmable
  22. videotext decoder (SAA 5246) The decoder is clocked by the Mac, so I have to
  23. set the channels.
  24.