| Sean,
I'm also in the same boat. As far as I know there is an LA50 driver
for Workbench 1.2 but it doesn't work with 1.3. I have a copy of
MYLA50.ARC at home and have had no luck yet getting it to work under
1.3.
Last week I ordered Printer Driver Generator, a PD program for
generating your own driver for one-off printers by entering what
happens versus the ASCII code generated - e.g. 101 prints A, 102 prints
B, 103 is a line feed, etc.
I haven't had time to try it out yet, and I am still looking for an
LA50 Programmers Reference Manual with all the ASCII code. PDG is
available from any of the PD Libraries, I use Blitterchips, 99p per
disk.
Alternatively try to get hold of an LA70 or 75 which should have a
driver available on the net.
Hope this helps,
Gerry.
|
| Not sure about what .1 really needs... however, from the LA50 Printer
Programmer Reference Manual:
... processes character in accordance with ANSI X3.4-1977
... uses escape sequences standardized by ANSI, for control features
A=101, B=102, C=103, ..., Z=132
a=141, b=142, c=143, ..., z=172
..., LF=012, VT=013, FF=014, CR=015, SO=016, SI=017, ..., ESC=033, ...
Anything more specific you need, before I continue to type in the whole
manual, or rather send you a copy thereof (to what address?)?
|
| re -.2 Thanks for the offer but I have spoken to one of our terminal
engineers and he has turned up a copy.
re -.1 When Printer Driver Generator is started up, it asks:-
"What is the ASCII code on your printer to make it print an "A"?"
".... a "B"?, etc etc (A is 101, a is 141, DEL is 177, etc)
and from this I presume it then compiles a custom driver. Maybe after
I get it working, I'll post another reply here.
Gerry
|