home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 21968 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!rutgers!njitgw.njit.edu!hertz.njit.edu!gjw2824
  2. From: gjw2824@hertz.njit.edu (Greg Weston)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Serial Drivers -- Please Help
  5. Message-ID: <1993Jan22.182040.22084@njitgw.njit.edu>
  6. Date: 22 Jan 93 18:20:40 GMT
  7. References: <1993Jan20.043451.26994@murdoch.acc.Virginia.EDU> <1993Jan21.090812.12059@netcom.com>
  8. Sender: news@njit.edu
  9. Organization: New Jersey Institute of Technology, Newark, N.J.
  10. Lines: 9
  11. Nntp-Posting-Host: hertz.njit.edu
  12.  
  13. According to an issue of Symantec's newszine, Apple is officially no
  14. longer supporting the 64K ROMs (this is old-ish, btw) and the proper
  15. way to get at the Serial Driver now is with an OpenDriver call, using
  16. the name of the driver you want to open. If you really want to use
  17. RAMSDOpen, THINK C 5 still has the routine, but doesn't have the
  18. prototypes. You basically need something like: OSErr
  19. RAMSDOpen(SPortSel); if you;re requiring prototypes. Otherwise, it
  20. should infer if you try to use it. I know I've used it without the pt.
  21.     Greg
  22.