UNSOLVED

vanwijmk

updated

22 years ago

V

vanwijmk

9 Posts

0

8501

September 13th, 2004 12:00

Symbol Set - S2500

Hi all,

Is there a way to change the symbol set from 12U PC-850 to 13U PC-858.

The 13U PC858 natively support the euro symbol.

I need that symbol set because I need to print from a UNIX system.

Thx

 

 

  • d3sp

    470 Posts

    536

    0

    Posted September 14th, 2004 06:00

    PCL Menu of the printer -> Symbol Set.
  • vanwijmk

    9 Posts

    536

    0

    Posted September 14th, 2004 07:00

    Thats indeed the location to see which symbol set is active.

    I don't have the option to change it.

    Regards

     

     

  • d3sp

    470 Posts

    536

    0

    Posted September 15th, 2004 07:00

    If you press left or right arrow, can you change it?
    On my printer I can change it without a problem.
  • vanwijmk

    9 Posts

    536

    0

    Posted September 15th, 2004 08:00

    I think you are talking about the M5200 printer, there it is indeed possible to change it.

    But I need that same feature for the S2500.

    Regards

     

     

  • d3sp

    470 Posts

    536

    0

    Posted September 15th, 2004 08:00

    You are right, this is not changable via OP (which is very simple one).

    What you can do is to use PJL command SYMSET:

    (ESC)%-12345X@PJL DEFAULT SYMSET=PC858
    (ESC)%-12345X

    Where (ESC) is a Escape sequence.
    I already posted on this forum.
    Here are instructions on how to make it in DOS session:

    Open a DOS session.
    Type EDIT to open an edit window.
    Press the CTRL+P keys to get into control key insertion mode. Note: There will be no on-screen indication that this has occurred.
    Press the ESC key to insert the escape command. It will look like an arrow. Note: In a binary editor, the ESC code is 1B.
    You can now write other ESC command parameters - in our case %-12345X@PJL DEFAULT SYMSET=PC858

    Message Edited by d3sp on 09-15-2004 11:37 AM

  • vanwijmk

    9 Posts

    536

    0

    Posted September 15th, 2004 08:00

    Thanks for your support, its working.
  • d3sp

    470 Posts

    536

    0

    Posted September 15th, 2004 09:00

    Glad I could help