home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / 8bit / 3895 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!wupost!gumby!destroyer!caen!mtu.edu!abcd.Houghton.MI.US!Jim_Johnson
  2. From: Jim_Johnson@abcd.Houghton.MI.US (Jim Johnson)
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: Re: REPLY
  5. Distribution: world
  6. Message-ID: <Jim_Johnson.05wt@abcd.Houghton.MI.US>
  7. Date: 27 Jul 92 15:04:00 EST
  8. Organization: Amiga BitSwap Central Dispatch
  9. Lines: 33
  10.  
  11.  
  12.  HH> Another unpleasant "feature"
  13.  HH> (IMHO) is a leftover from the ATARI 40-column printer days.  If you
  14.  HH> send
  15.  HH> ANY character after a RETURN, the P: handler will pad it out to 40
  16.  HH> spaces!  Very annoying for a program I was writing... I couldn't get
  17.  HH> around it at the OS level.
  18.  
  19.  HH>    --Michael
  20.  
  21.  HH> ----------------------------------------------------------------------
  22.  HH> ---------
  23.  HH> Michael Hill   <><  Isaiah 9:6 | "Outside your door He is waiting,
  24.  HH> waiting for
  25.  HH> hill@spot.Colorado.EDU         |  you/ Sooner or later you know He's
  26.  
  27. Its been awhile, but it is my understanding that ANY of the device drivers
  28. built into the Atari OS can be replaced by the user (well, the program used
  29. by the user anyhow).  The device table is read from the bottom up for the
  30. first occurence of the device name and the vector to the handler.  To get
  31. around the buffer padding for the printer will require you to write your
  32. own P: handler and install its vector in the device (handler) table.  Since
  33. the OS will take the first matching vector it comes to, the replacement P:
  34. handler would be used rather than the one built into the OS ROM.  A fair
  35. example of building your own printer handler is the G: driver published
  36. some years ago in ANALOG. (You are right though that the 155<->13
  37. translation happens in the printer adapter hardware and cannot be
  38. controlled by the P: handler).
  39.  
  40. -- Via DLG Pro v0.995
  41.  
  42. Jim Johnson-
  43. *** Remember, they're only tools - Not a way of life! ***
  44.