[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::atarist

Title:Atari ST, TT, & Falcon
Notice:Please read note 1.0 and its replies before posting!
Moderator:FUNYET::ANDERSON
Created:Mon Apr 04 1988
Last Modified:Tue May 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1433
Total number of notes:10312

278.0. "1st Word" by INCH::WRIGHT (I AM a member of this company) Wed Oct 19 1988 12:14

I was given  1st word as a freebie when I bought my ST. When creating 
documents on the screen I can get all the fancy fonts (italics etc), however 
I am unable to get these to appear on my EPSON printer. Any clues?
    
T.RTitleUserPersonal
Name
DateLines
278.1Hmmm, I have no problem...TEA::PETERSDon Peters, CTS1-2/H6, 287-3742Wed Oct 19 1988 14:0316
I also have an EPSON printer, but have no problem getting italics to print.

  1) Do you have the right printer driver installed? I have an FX-85 and
     use the FX-80 driver.

  2) Does your printer support italics? It probably does, unless its a
     VERY early model. You can check this out by writing a small program
     in Basic that will enable italic mode (providing you know Basic, or
     some other programming language). Sometimes you can even enable
     special characters via inserting special characters in a text file
     via a text editor. Of course, you have to have the printer manual
     handy so you know what control sequence enables special characters/
     italics.

Incidentally, I recently bought an EPSON LQ-500, and it also seems to work
with the FX-80 First-Word driver for printing italics.
278.2Not Alone...EXPRES::FISTERMon Oct 24 1988 13:213
    I also have that version of 1st Word. I have a Panasonic 1081 printer,
    and I can't get any of the special settings either. Any ideas?
    
278.3You have to modify the driverTAV02::ARTHURArthur Lampert, ISO TSCMon Oct 31 1988 02:3135
>    I also have that version of 1st Word. I have a Panasonic 1081 printer,
>    and I can't get any of the special settings either. Any ideas?
    
        I have the same version of 1st Word and a Panasonic 1091
        printer. I can get all of the fonts, but I had to work at it. 

        I had to tailor a printer driver to my printer. The 1st Word
        printer drivers are just tables that list the sequence of
        characters that the printer must receive to get it to print
        any letter. For example, to get the printer to print the
        letter "a" you just need to send an "a", but to print a u with
        an umlaut you have to send the sequence "<ESC>R 2}<ESC>R0". I
        found the sequences by studying the printer manual. There is a
        minor catch in that the sequences have to be entered in ASCII
        codes in hex, but the printer manual gives those too. The
        sequence above is actually typed in as "1B, 52, 2, 7D, 1B, 52,
        0". There are other entries in the table for the sequence to
        turn on NLQ, bold, etc. The table is partially commented, to
        tell you where to put each sequence. The part of the table
        where you put the sequences that print characters from the
        fonts isn't really commented; each line begins with a hex
        number for the character that you can find in the Atari
        manual. I put the u-umlaut sequence on the line beginning 81,
        because that's Atari's code for u with umlaut. As I said, this
        was work. 

        I started with the Epson printer driver because it required
        the least editing. I edited it with 1st Word to make these
        changes. I then ran a program, also found in the same folder,
        to convert the table from text to binary and then copied the
        resulting driver to the diskette's top level directory. 

        I would gladly post the driver here, but I haven't got any
        compatible medium with my Vax. Does anyone have any ideas
        about that? 
278.41st Word print commandsORDERS::OPERATORBut, it was only fantasy...Thu Dec 14 1989 10:027
    
    HAVE YOU SET UP YOUR PRINTER CONFIGURATION FILE THAT COMES WITH IT. 
    There should be an epson file on the disk, if not the atari printer
    cfg. should work.
    
    Jon
    
278.5Epson driver and roll your own hints.MGOI03::CSCHMIDTScio, Me Nil ScireFri Dec 15 1989 11:2434
    re. base note:
    
    Look in the directory "install".
    It contains a large number of drivers for all sorts of printers.
    It should contain the driver to your EPSON.
    If you can't find it, then you'll have to first get a manual for
    your printer, that gives you all the escape sequences. (I did that
    for an LJ250 - took me a while to get them all straight)
    Then you'll have to modify the template that is in the same directory
    ("install"), using a standard editor or 1st Word itself.
    Wait a minute - did you say you're using 1st Word or 1st Word Plus
    ??
    Maybe that's the catch !! But I'll continue how it works with 1st
    WordPlus.
    Find all the escape sequences it takes for your printer to switch
    to the different modes and to display special characters, translate
    them into the appropriate hex values and put them in, then you have
    to run the program install in the same directory, which creates a 
    file with the suffix ".cfg". Copy this file into the directory from
    which you run 1stwd and rename it "printer.cfg". This will autoload
    the newly developed driver to your printer on startup.
    Alternatively you leave the filename unchanged but click on the
    "Printer" Entry that's on the main screen. The screen then will
    show a file selection box and you can choose the appropriate file
    to be loaded.
    
    Takes a bit of time to test out your own driver, so you might save
    that for a quiet weekend.
    
    have fun
    
    chris