Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!snorkelwacker.mit.edu!stanford.edu!msi.umn.edu!noc.MR.NET!gacvx2.gac.edu!hhdist From: robert@longs.LANCE.ColoState.Edu (Robert D. Thompson) Newsgroups: comp.sys.handhelds Subject: RE: printing GROBS Message-ID: <9106202147.AA06366@longs.LANCE.ColoState.Edu> Date: 20 Jun 91 22:47:35 GMT Lines: 36 Return-path: In-reply-to: Your message of Mon, 17 Jun 91 23:16:00 -0600.<81E43CBFA0000355@gacvx2.gac.edu> To: handhelds@gac.edu *> Relay-Version: VMS News - V6.0-3 14/03/90 VAX/VMS V5.4; site gacvx2.gac.edu *> Path: gacvx2.gac.edu!noc.MR.NET!msi.umn.edu!news.cs.indiana.edu!mips!sdd.hp. com!hplabs!hpcc05!hpbbn!hpwad!druegeme *> Newsgroups: comp.sys.handhelds *> Subject: printing GROBS *> Message-ID: <30870007@hpwad.WAD.HP.COM> *> From: druegeme@hpwad.WAD.HP.COM (#Daniel Ruegemer) *> Date: 17 Jun 91 09:01:44 GMT *> Organization: Hewlett-Packard Waldbronn, Germany *> Lines: 8 *> *> I want to print 'large' graphic-objects with the infrared-printer *> (82240B). The graphics are more than 131 Pxels long. *> For I don't like them having split on the paper, I want them to turn *> 90degrees. Does anybody know how to do this ? *> *> Thanks a lot *> *> Daniel *> I posted a program about a year ago that would take a grob and turn it arround then send it to the printer. Unfortunately, I dont have it any more. If anyone else happened to grab it, please repost it or send it to Wayne Scott's ftp server. -Robert Thompson P.S. Basically, you need to take the grob string and parse it such that you scan it vertically and send the resulting pattern to the printer. As I recall, the printer manual has information about printing a string as graphics. I think you send char 255 to it before the string and it terminates on a null character (er something like that.) Good luck.