home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / misctext / amitech2 / ap9290.txt < prev    next >
Text File  |  1992-02-03  |  4KB  |  87 lines

  1. TITLE:   Graphics and ATM Fonts Do Not Print Using Printer Sharing Device
  2. PRODUCT: Ami Pro 2.0
  3. DATE:    02-Jan-1992
  4.  
  5. PROBLEM: 
  6.  
  7. Ami Pro documents containing graphics or Adobe Type Manager text do not print 
  8. completely to an HP LaserJet Series II attached to a printer sharing device.
  9.  
  10. SOLUTION: 
  11.  
  12. If documents containing graphics and/or Adobe Type Manager text do not print 
  13. completely to a printer connected to a printer sharing device, try connecting 
  14. the printer to a port connection in Windows with an .OS2 extension.  If the 
  15. problem still persists, try using a DOS Mode command establishing an infinite 
  16. retry on the port to which the computer is connected to the sharing device and 
  17. increase the Windows Device Not Selected and Transmission Retry options for 
  18. the printer.
  19.  
  20. HOW TO CHANGE THE WINDOWS PRINTER PORT CONNECTION AND INCREASE TIMEOUT VALUES
  21.  
  22. 1.  At the Windows Program Manager run the Control Panel (there is usually an 
  23.     icon for the Control Panel).
  24. 2.  Choose the printer icon.
  25. 3.  Select the name of your printer from the list of installed printers.
  26. 4.  Choose Configure.
  27. 5.  From the Ports option, choose LPT1.OS2 if your computer is connected to 
  28.     the the printer sharing device through the LPT1 port or LPT2.OS2 if your 
  29.     computer is connected to the printer sharing device through the LPT2 
  30. port.
  31.     NOTE: If the printer sharing device is connected to the computer through a 
  32.     serial port, it will be necessary to edit the Windows WIN.INI file to 
  33.     include an .OS2 extension port for a serial port.  Follow the steps below 
  34.     to create this port name.
  35.     a. If you are currently in the Control Panel, close it out by choosing OK 
  36.        to save any selections you have just made and ALT + F4 from the main 
  37.        Control Panel dialog box.
  38.     b. Run the Windows SYSEDIT program by choosing from the Windows Program 
  39.        Manager File / Run and type SYSEDIT.EXE in the Command Line option.  
  40.     c. Choose OK.
  41.     d. In the System Configuration Program (SYSEDIT) make the WIN.INI file the 
  42.        current window.
  43.     e. Choose Search / Find and specify PORTS in the Find edit box.
  44.     f. Choose NEXT.
  45.     g. When the Ports section is located, press the DOWN arrow to reach the 
  46.        end of the Ports section.
  47.     h. Add a new line to the end of the section that reads:
  48.        COMX.OS2=
  49.        Instead of typing an X, type the number of the port to which your 
  50.        computer is connected to the printer sharing device.  For example, if 
  51.        the COM1 port is being used, the new line should read COM1.OS2=.
  52.     i. Choose File / Save.
  53.     j. Choose ALT + F4 to close the editor program.
  54.     k. Close Windows completely to the DOS prompt, then reload Windows.
  55.     l. Repeat steps 1 - 5 above except in step 5 select the COMX.OS2 port you 
  56.        just created.
  57. 6.  Increase the Timeouts (seconds) Device Selected option to 45 and the 
  58.     Transmission Retry option to 999.
  59. 7.  Choose OK twice.
  60. 8.  Press ALT + F4 to close out the Control Panel.
  61.  
  62. HOW TO SET UP A DOS MODE COMMAND FOR INFINITE RETRY
  63.  
  64. To have the Mode command implemented each time the computer is booted, add the 
  65. Mode command to the AUTOEXEC.BAT file.  Please refer to a DOS manual 
  66. appropriate for the version of DOS being used for information about how to 
  67. construct a Mode command.  Following are examples of Mode commands that 
  68. establish an infinite retry for parallel and serial, however, these may need 
  69. to be modified for your specific setup.  The P at the end is the option that 
  70. establishes the infinite retry.
  71.  
  72. Example of a parallel mode command:
  73.     MODE LPT1:,,P
  74.  
  75.  
  76. Example of a serial mode command:
  77.     MODE COM1:9600,N,8,1,P
  78.  
  79. 1.  In an ASCII file editor (the Windows SYSEDIT System Configuration Editor 
  80.     program may be used), open the AUTOEXEC.BAT file located in the root of 
  81.     the drive from which the computer boots.
  82. 2.  Add an appropriate mode command line for the computer port connected to 
  83.     the printer sharing device (LPT1, COM1, for example) and save the file.
  84. 3.  Reboot the computer by pressing CTRL + ALT + DEL to initiate the mode 
  85.     command in the AUTOEXEC.BAT file.
  86.  
  87.