T.R | Title | User | Personal Name | Date | Lines |
---|
4546.1 | File protection� problem | LODGE::LEN | David M. Len | Mon Feb 25 1991 09:41 | 3 |
| I tried to copy it, but it's file protection didn't allow it.��
Please change the file protection.
|
4546.2 | Should copy OK now | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Mon Feb 25 1991 14:11 | 4 |
| Whoops! Spent too much time worrying about the directory protections
and not enough about the files themselves.
Should be able to copy now.
|
4546.3 | yes, and no | HYSTER::DEARBORN | Trouvez Mieux | Tue Feb 26 1991 09:49 | 9 |
| I was successful at printing text files with normal text, bold text, italic
text, in all print densities.
However...I can't get it to print correctly from Professional Page 2.0. The
aspect ratio is all wrong, regardless of density settings. Apparently, the
IBM mode does not work correctly.
Randy
|
4546.4 | Something other than ProPage? | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Wed Feb 27 1991 08:47 | 14 |
| >However...I can't get it to print correctly from Professional Page 2.0. The
>aspect ratio is all wrong, regardless of density settings. Apparently, the
>IBM mode does not work correctly.
Thanks. I did not get a chance to check the graphics routine thoroughly. I do
not have ProPage. I tested with ProWrite and the output seemed to be ok.
Perhaps I can use Deluxe Paint to debug this? Can I assume that the LA75 does
this correctly for you when you use it "manually" set to IBM mode and you use
the EpsonX driver? If you can suggest a method to demonstrate this problem
without using ProPage I'd appreciate it.
I will admit some confusion regarding the 1.3 graphics options in Preferences!
|
4546.5 | | HYSTER::DEARBORN | Trouvez Mieux | Wed Feb 27 1991 10:59 | 5 |
| Using Deluxe Paint would be a good way to test the graphics printing
capabilities of the driver.
Randy
|
4546.6 | WHICH DRIVER?? | POLAR::GOSLING | | Wed Feb 27 1991 12:04 | 6 |
| re: -.1
Sorry for jumping in here, but I use the CBM10000 (something like that)
driver when I have my LA75 in IBM mode.
Art
|
4546.7 | Back burner for a while I'm afraid | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Thu Feb 28 1991 18:56 | 6 |
| Yup, I definitely have problems with the graphics-rendering code.
Unfortunately I am experiencing problems with my health right now so it'll
probably be a while before I can work on this.
My thanks for pointing out the aspect ratio problem.
|
4546.8 | On the mend (me and the LA75 driver) | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Sat Mar 02 1991 18:24 | 10 |
| Feeling better. Not 100% yet, but was able to do a little more with this
driver.
I've changed the graphics code to something that I believe is behaving
correctly. New bits in the same place:
AISG""::USER$L:[LANDINGHAM.AMIGA.PUBLIC]LA75.LZH
Again, thanks for helping check this driver out...
|
4546.9 | almost there | HYSTER::DEARBORN | Trouvez Mieux | Mon Mar 04 1991 11:06 | 14 |
| Aspect ratio is right, but...
Professional Page prints a page a section, or strip, at a time. To save
memory, it divides the page into several strips. With your new driver, as
each strip is completed, the printer does a reset and a page advance. I don't
know how it behaves with other software. I tested it in the lowest and
highest resolution. The problem appeared in both. I turned the "Page Eject"
feature off in ProPage, but the problem still occured.
Getting closer...
Randy
|
4546.10 | Could make workaround... | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Mon Mar 04 1991 16:54 | 22 |
| >memory, it divides the page into several strips. With your new driver, as
>each strip is completed, the printer does a reset and a page advance. I don't
>know how it behaves with other software. I tested it in the lowest and
>highest resolution. The problem appeared in both. I turned the "Page Eject"
>feature off in ProPage, but the problem still occured.
I was afraid I would get bitten by this. Sounds like ProPage is doing several
independent graphics dumps. I put the LA75 into IBM mode to do graphics dumps,
then when a "dump finished" command is received it is put back into DEC mode.
Unfortunately the printer seems to default to doing a page eject whenever you
switch modes. I'll check to see if this can be disabled, although I don't think
so.
As an alternative, I could build a "manual" driver --- you would have to
manually put the printer into IBM emulation mode via the front panel pushbutton
before doing any graphics dumps, then reset it manually to get back to DEC mode
(which has a better set of alpha capabilities. Or, it could be "one half" of
this, going into IBM mode by itself for graphics dumps, then having to be reset
manually afterwards.
I will see what I can come up with. Thanks for testing this!
|
4546.11 | A MANUAL driver | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Tue Mar 05 1991 10:59 | 6 |
| Checked the LA75 docs I have and could find no way to disable the form feed when
switching modes. So, I have made a "semi-automatic" driver, which will put the
LA75 into IBM mode before doing a graphics dump, and leave it alone after each
dump finishes. The printer will have to be reset manually (via the front panel
"Set-up" button) to go back into alphanumeric (DEC) mode. New code will be in
the same place as listed in an earlier reply.
|
4546.12 | why use IBM mode at all? | SAUTER::SAUTER | John Sauter | Tue Mar 05 1991 13:59 | 4 |
| When I did the VAX GKS driver for the LA75 I left it in DEC mode to do
graphics dumps. It's just a matter of generating sixels. Can't you do
that?
John Sauter
|
4546.13 | Did look at sixels | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Tue Mar 05 1991 16:55 | 2 |
| Yes, I looked at the sixel capabilities. It seemed as though the IBM
graphics mode had more flexibility though, in terms of densities.
|
4546.14 | compare sixel with hardware | SAUTER::SAUTER | John Sauter | Tue Mar 05 1991 17:07 | 4 |
| As far as I know, sixel mode will let you access all the capabilities
of the hardware. It may be that certain IBM modes are simulated by the
LA75.
John Sauter
|
4546.15 | Sixel->printhead pin mapping issue | AISG::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Sat Mar 09 1991 19:17 | 17 |
| RE: -.1
John,
Thanks for the suggestions. I studied the LA75 programmer's manual I have to
learn more about the sixel mode. It appeared to me that the printer implements
different aspect ratios by varying the "size" of a pixel. To test this I wrote
a short ARexx program to print horizontal lines in sixel mode varying the Ps3
parameter. With some values, single horizontal line were mapped to multiple
lines on the printed page. Since it's not obvious to me how that behaviour can
be mapped to the Amigas printer density selections, I am going to stick with the
IBM emulator mode for now, albeit somewhat of a pain to use.
Appreciate your suggestions and help.
<kip
|
4546.16 | | HOTAIR::OMALLEY | Order Number: VMS4EVER | Fri Apr 19 1991 11:17 | 9 |
| I'm having trouble with the LA57.lzh file. It is compressed? when
attempting to decompress on VMS with LZDCMP (from the toolshed) I get:
Incorrect first header byte 0x21
Error when decompressing "LA75.LZH" to "LA75."
HELP!
...Mike
|
4546.17 | LHARC.EXE for VMS | CRISTA::CAPRICCIO | Stuck in the H�2�Whoa | Fri Apr 19 1991 13:29 | 9 |
| I think VMS LZDCMP is for files crunched with COMPRESS (U*IX?) and/or
similar utilities. What you need is LHARC for VMS, found at the usual
places (as well as CRISTA""::AMIGA:), including:
CGOU01""::AMNEW:LHARC.EXE
TAPE""::AMIGA:[AMIGA.TOOLS]LHARC.EXE
Pete
|
4546.18 | | HOTAIR::OMALLEY | Order Number: VMS4EVER | Fri Apr 19 1991 13:43 | 7 |
| hoooooo... now I get it!
Thanks for clearing that up for me. Found LHARC on a utility disk and
it works as advertised.
...Mike
|
4546.19 | DECconnect part numbers please? | GUIDUK::ROY | Dances With Clams | Fri Jul 19 1991 18:36 | 12 |
|
Not to wade through an old topic again but...
Can somebody tell me the DECconnect part numbers you are
using from the Amiga SER: to the LA75.
I've tried the BC16E cable and the H8571-D adapter recommended
in DECdirect, but can't seem to get any response at all, except for
the "File printed" message. Just like having nothing connected at all.
BTW, I'm using the LA50 driver under WB1.2 which works fine
with my LA50. But the noise! The paper jams!
|
4546.20 | | STAR::GUINEAU | but what was the question? | Fri Jul 19 1991 23:50 | 10 |
| >
> BTW, I'm using the LA50 driver under WB1.2 which works fine
> with my LA50. But the noise! The paper jams!
>
Ah Yes, the old LA50 Auto-Jam feature. Unfortunetly there's no way
to disable it :-)
john
|
4546.21 | Cabling OK - But what about Fonts? | GUIDUK::ROY | Dances With Clams | Mon Jul 22 1991 02:14 | 18 |
|
BC16E with H8571-E seemed to do the trick...
I beleive the H8571-D is the modem adapter, not the null modem
that I was looking for.
And now on to higher technology!
Has anyone ever used the Letter Gothic or Orator font cartridges
for the LA75 with the Amiga. Does the LA75 driver support them?
Are they worth their weight in ink? Employee Purch Price s/b $26.
I'm going back to school next month amd I'm trying to see just how
much mileage I can get out of the equipment I already have.
The wife doesn't seem to understand my desire to spend $$$ on a
laser printer. Oh well.
-- Steve
|
4546.22 | LA75 doesn't support font carts | AIDEV::LANDINGHAM | Guy M., DLB5-3/E5, 291-9268 | Mon Jul 22 1991 10:30 | 11 |
| > Has anyone ever used the Letter Gothic or Orator font cartridges
> for the LA75 with the Amiga. Does the LA75 driver support them?
> Are they worth their weight in ink? Employee Purch Price s/b $26.
I've tried the Orator font cartridge --- I wasn't very impressed. The LA75
driver that I wrote does not support font cartridges at present; this doesn't
mean you can't go ahead and use them, of course, but the driver won't be aware
that you are and you might not get expected results.
<kip
|
4546.23 | Mixed Text/Graphics - Any chance of a New Year's prresent? | SNOC02::KING | Randall King @SNO Sydney, Aussieland | Wed Jan 01 1992 06:32 | 38 |
|
I have been out of action most of 1991 and am only just getting back to
ye olde LA75 compatibility issue (ref 4121, 4198).
Thanks a million Guy for your WBV1.3 LA75 driver, which I've just installed
succesfully. (This now replaces a text-only one I made up with WB1.2
PD PRTDRVGEN; as far as I could tell then there was no WB1.3 PRTDRVGEN
PD ever released).
On behalf of the undoubted millions of grateful LA75 Ami users, can I
prevail upon you for one more favour if you get a chance?
In the absence of a single-mode (DEC or IBM) graphics/text print
driver, can I please request a "LA75.stopper" version. With this version,
I would like it to pause (simulate a paper out, drop to offline or
something similar ?) immediately after the switch of every graphics dump
(IBM Mode) back to text (DEC Mode).
Purpose: Enable printing of embedded graphics. Currently, as discussed
in the preceeding replies, the LA75 does an automatic Form Feed whenever
the mode switches, which destroys the page sequencing. Generating an
interrupt at this point would allow us to manually roll back the
platten, restoring the original spacing. This interrupt neds to be
automatic, as usually the printer is too fast to be able to get it
offline on the front panel button at exactly the right moment.
eg. In Kindwords, which my family uses, they have a letterhead
and end-of-page graphics, with text in between.
Any chances of a New Year's present Guy?
(Even better would be a single DEC-mode driver if there's somebody out
there who's willing and able to take up the reins. This would probably
be one of the most utilised of all Ami s/w at DEC if anyone got it
together).
Thanks.
|
4546.24 | Will look into it when I can... | AIDEV::LANDINGHAM | For a good prime, call: 391581 * 2^216193 - 1 | Wed Jan 01 1992 21:06 | 33 |
| > Thanks a million Guy for your WBV1.3 LA75 driver, which I've just installed
> succesfully. (This now replaces a text-only one I made up with WB1.2
> PD PRTDRVGEN; as far as I could tell then there was no WB1.3 PRTDRVGEN
> PD ever released).
Glad to hear someone's using it.
> In the absence of a single-mode (DEC or IBM) graphics/text print
> driver, can I please request a "LA75.stopper" version. With this version,
> I would like it to pause (simulate a paper out, drop to offline or
> something similar ?) immediately after the switch of every graphics dump
> (IBM Mode) back to text (DEC Mode).
I'll put this on my "things to do" list. Hopefully there is a control sequence
for both the DEC and IBM modes which will cause the printer to put itself
offline.
> Purpose: Enable printing of embedded graphics. Currently, as discussed
> in the preceeding replies, the LA75 does an automatic Form Feed whenever
> the mode switches, which destroys the page sequencing. Generating an
> interrupt at this point would allow us to manually roll back the
> platten, restoring the original spacing. This interrupt neds to be
> automatic, as usually the printer is too fast to be able to get it
> offline on the front panel button at exactly the right moment.
>
> eg. In Kindwords, which my family uses, they have a letterhead
> and end-of-page graphics, with text in between.
This is strange. So Kindwords mixes graphics *and* ASCII text in it's output?
Weird. Seems like every DTP program I've seen outputs the text in graphic form.
I don't see how they expect ANY driver to handle this correctly. Does the
manual tell you to "reload" each sheet to add graphics. Weird!
|
4546.25 | Randall: send mail | AIDEV::LANDINGHAM | For a good prime, call: 391581 * 2^216193 - 1 | Sun Jan 05 1992 10:33 | 8 |
| Re: .23
Randall,
I assume you are reading this notesfile: contact me via Email at
AIDEV::LANDINGHAM regarding your request.
<kip
|