The Bixolon cups printer driver will supports the following General Printer Options
1. Media Size
2. Page Type
3. Output Resolution
4. Rotation Angle
5. How To Set General Printer Options From the Command Line
The Bixolon cups printer driver will supports the following Options for Logo printing
1. Logo Position
2. Alignment
3. LogoImage Number
4. Logo Size
5. Line Feed
6. How To Set Logo Options From the Command Line
The Bixolon cups printer driver will supports the following paper sizes
-----------------------------------------------------------------------------
        Option                                     Meaning
-----------------------------------------------------------------------------
1. 0X50MMY30MM                 50mm * 30mm
2. 1X50MMY40MM                 50mm * 40mm
3. 2X50MMY50MM                 50mm * 50mm
4. 3X50MMY60MM                 50mm * 60mm
5. 4X50MMY70MM                 50mm * 70mm
6. 5X50MMY80MM                 50mm * 80mm
7. 6X50MMY90MM                 50mm * 90mm
8. 7X50MMY100MM               50mm * 100mm
9. 8X50MMY110MM               50mm * 110mm
10. 9X50MMY120MM             50mm * 120mm
11. 10X50MMY130MM           50mm * 130mm
12. 11X50MMY140MM           50mm * 140mm
13. 12X50MMY150MM           50mm * 150mm
14. 13X50MMY160MM           50mm * 160mm
15. 14X50MMY170MM           50mm * 170mm
16. 15X50MMY180MM           50mm * 180mm
17. 16X50MMY190MM           50mm * 190mm
18. 17X50MMY200MM           50mm * 200mm
19. 18X50MMY2000MM           50mm * 2000mm
20. 19X50MMY3276MM           50mm * 3276mm
The Bixolon cups printer driver will supports the following page type choices
-----------------------------------------------------------------------------
    Option                       Meaning
-----------------------------------------------------------------------------
1. 0Variable             Variable Length
2. 1Fixed                 Fixed Length
The Bixolon cups printer driver will supports 203 x 203 Resolution for Bioxlon SRP-150 Printer
The Bixolon cups printer driver will supports the following Rotation Angle Choices
-----------------------------------------------------------------------------
        Option                     Meaning
-----------------------------------------------------------------------------
1. 0NoRotation             No Rotation
2. 1Rotate90                 Rotate90
3. 2Rotate180               Rotate180
4. 3Rotate270               Rotate270
-----------------------------------------------------------------------------
Kindly Note : The Bixolon CUPS Driver Not Support Rotate90 and Rotate270 Degree for the following Paper Sizes
1. 18X50MMY2000MM        50mm * 2000mm
2. 19X50MMY3276MM        50mm * 3276mm
The Bixolon cups printer driver will supports the following Logo Position choices
-----------------------------------------------------------------------------
        Option                            Meaning
-----------------------------------------------------------------------------
1. 0NoLogo                             No Logo
2. 1LogoOnTop                       Logo On Top
3. 2LogoOnBottom                 Logo On Bottom
4. 3LogoOnBoth                     Logo On Both
The Bixolon cups printer driver will supports the following Logo Alignment choices
-----------------------------------------------------------------------------
    Option                   Meaning
-----------------------------------------------------------------------------
1. 0Left                       Left
2. 1Center                   Center
3. 2Right                     Right
The Bixolon cups printer driver will supports the following Logo Image Numbers in NV Memory
-----------------------------------------------------------------------------
      Option                 Meaning
-----------------------------------------------------------------------------
1. 0First                   First Logo
2. 1Second             Second Logo
3. 2Third                 Third Logo
The Bixolon cups printer driver will supports the following Logo Size choices
-----------------------------------------------------------------------------
    Option                            Meaning
-----------------------------------------------------------------------------
1. 0Normal                       Normal
2. 1DoubleWidth             Double Width
3. 2DoubleHeight             Double Height
4. 3Quadruple                 Quadruple
The Bixolon cups printer driver will supports the following Line Feed Choices after Logo printing
-----------------------------------------------------------------------------
        Option                       Meaning
-----------------------------------------------------------------------------
1. 0NoFeed                   No Line Feed
2. 1OneLine                   1 Line Feed
3. 2TwoLine                   2 Line Feed
4. 3ThreeLine                 3 Line Feed
                  .
                  .
                  .
10. 10TenLine                 10 Line Feed
The Bixolon cups printer driver will supports the following Cash Drawer Choices
-----------------------------------------------------------------------------
        Option                                Meaning
-----------------------------------------------------------------------------
1. 0DoNotOpenDrawers         Do Not Open Drawers
2. 1OpenDrawer1                   Open Drawer 1
3. 2OpenDrawer2                  Open Drawer 2
4. 3OpenDrawer3                  Open Drawer 1 and 2
The Bixolon cups printer driver will supports the following Cash Drawer Open Choices
-----------------------------------------------------------------------------
        Option                 Meaning
-----------------------------------------------------------------------------
1. 0Before                 Before Printing
2. 1After                   After Printing
3. 2BeforeAfter        Before and After Printing
The Bixolon cups printer driver will supports the following pulse with Choices for cash drawer 1
-----------------------------------------------------------------------------
        Option                   Meaning
-----------------------------------------------------------------------------
1. 50Millis50               50 milliseconds
2. 100Millis100         100 milliseconds
3. 150Millis150         150 milliseconds
4. 200Millis200         200 milliseconds
5. 250Millis250         250 milliseconds
6. 300Millis300         300 milliseconds
7. 400Millis400         400 milliseconds
8. 500Millis500         500 milliseconds
The Bixolon cups printer driver will supports the following pulse with Choices for cash drawer 2
-----------------------------------------------------------------------------
        Option                 Meaning
-----------------------------------------------------------------------------
1. 50Millis50               50 milliseconds
2. 100Millis100         100 milliseconds
3. 150Millis150         150 milliseconds
4. 200Millis200         200 milliseconds
5. 250Millis250         250 milliseconds
6. 300Millis300         300 milliseconds
7. 400Millis400         400 milliseconds
8. 500Millis500         500 milliseconds
When using CUPS, documents are submitted for printing via the 'lpr' command. This command will typically have the form: lpr -P queue -o PageSize=choice -o Option=choice document.ps. In this command, " -o " begins and option / choice setting. You can specify as many option / choice settings as required to effect the printing mode you need.
Examples
1.An example command for " How to set a page size 50mm * 70mm? " for printing a document ticket.ps via Bixolon SRP-150 printer
        lpr    -P     Bixolon_SRP-150     -o    PageSize=4X50MMY70MM     ticket.ps
2.An example command for " How to Rotate the current Page into 180 degree and fixed length?: " (a setting combination you might use for printing tickets)
        lpr    -P     Bixolon_SRP-150     -o    Rotation=2Rotate180     -o    PageType=1Fixed    ticket.ps
When using CUPS, documents are submitted for printing via the 'lpr' command. This command will typically have the form: lpr -P queue -o PageSize=choice -o Option=choice document.ps. In this command, " -o " begins and option / choice setting. You can specify as many Logo option / choice settings as required to effect the printing mode you need.
Examples
1.An example command for " How to print a logo with the following options using Bixolon SRP-150 printer
      I. Logo On Top
      II. Center Alignment
      III. Normal Size
      IV. 2 Line Feed
        lpr     -P     Bixolon_SRP-150     -o     LogoPosition=1LogoOnTop     -o     LogoJustification=1Center     -o     LogoWidth=0Normal     -o     LineFeed=2TwoLine     Testticket.ps
Thank You for Using Our Printers. Have Nice Printing With Bixolon