ASP; open the cash drawer via receipt printer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PW

    ASP; open the cash drawer via receipt printer


    I have an electronic cash drawer as part of a point-of-sale installation.
    You're supposed to be able to automatically open the cash drawer with some
    printer commands (drawer is connected to the receipt printer) but I can't
    get it to open automatically. I want it to open when the customers receipt
    is printed.

    How do you send printer escape sequences to a windows printer via ASP ?

    The cash drawer model is ... Posiflex CR-4100 Cash Drawer

    Thanks in advance,
    PW




  • Curt_C [MVP]

    #2
    Re: ASP; open the cash drawer via receipt printer

    you dont. You'll need to build some sort of custom component that you
    install on the client PC. ASP isn't really the right technology for this
    type of app, and you may want to rethink it if you haven't already spent too
    much time on it.

    --
    Curt Christianson
    Owner/Lead Developer, DF-Software
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    "PW" <pwa@NObigSPAMp ond.net.au> wrote in message
    news:OvM6m8pNEH A.2708@TK2MSFTN GP11.phx.gbl...[color=blue]
    >
    > I have an electronic cash drawer as part of a point-of-sale installation.
    > You're supposed to be able to automatically open the cash drawer with some
    > printer commands (drawer is connected to the receipt printer) but I can't
    > get it to open automatically. I want it to open when the customers[/color]
    receipt[color=blue]
    > is printed.
    >
    > How do you send printer escape sequences to a windows printer via ASP ?
    >
    > The cash drawer model is ... Posiflex CR-4100 Cash Drawer
    >
    > Thanks in advance,
    > PW
    >
    >
    >
    >[/color]


    Comment

    • PW

      #3
      Re: ASP; open the cash drawer via receipt printer


      "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
      news:OCcv2$pNEH A.2976@TK2MSFTN GP10.phx.gbl...[color=blue]
      > you dont. You'll need to build some sort of custom component that you
      > install on the client PC. ASP isn't really the right technology for this
      > type of app, and you may want to rethink it if you haven't already spent[/color]
      too[color=blue]
      > much time on it.[/color]


      The application is finished and in use by 24 stores. A new customer however
      wants the electronic cash drawer, hence the requirement.



      Comment

      • [ 2 0 r p 3 ]

        #4
        Re: ASP; open the cash drawer via receipt printer

        you might be able to do this through vbscript and WSH. download the docs here


        Comment

        • Don Grover

          #5
          Re: ASP; open the cash drawer via receipt printer

          There is not much you can do with ASP , Server side software, you could
          write a custom ocx thats downloaded and sends codes to printer,.
          or you could write a small vb tray app thats looks for reciept window (page)
          and triggers cash draw.
          Don

          "PW" <pwa@NObigSPAMp ond.net.au> wrote in message
          news:OvM6m8pNEH A.2708@TK2MSFTN GP11.phx.gbl...[color=blue]
          >
          > I have an electronic cash drawer as part of a point-of-sale installation.
          > You're supposed to be able to automatically open the cash drawer with some
          > printer commands (drawer is connected to the receipt printer) but I can't
          > get it to open automatically. I want it to open when the customers[/color]
          receipt[color=blue]
          > is printed.
          >
          > How do you send printer escape sequences to a windows printer via ASP ?
          >
          > The cash drawer model is ... Posiflex CR-4100 Cash Drawer
          >
          > Thanks in advance,
          > PW
          >
          >
          >
          >[/color]


          Comment

          • Jeff Cochran

            #6
            Re: ASP; open the cash drawer via receipt printer

            On Mon, 10 May 2004 23:10:26 +0800, "PW" <pwa@NObigSPAMp ond.net.au>
            wrote:
            [color=blue]
            >
            >"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
            >news:OCcv2$pNE HA.2976@TK2MSFT NGP10.phx.gbl.. .[color=green]
            >> you dont. You'll need to build some sort of custom component that you
            >> install on the client PC. ASP isn't really the right technology for this
            >> type of app, and you may want to rethink it if you haven't already spent[/color]
            >too[color=green]
            >> much time on it.[/color]
            >
            >
            >The application is finished and in use by 24 stores. A new customer however
            >wants the electronic cash drawer, hence the requirement.[/color]

            Bummer. Should've anticipated that. :)

            What you want is simple, but it's client side. Probably even
            Javascript on a button or event could do it, but ask in a client-side
            group.

            Jeff

            Comment

            • freelancer

              #7
              Re: ASP; open the cash drawer via receipt printer

              "PW" <pwa@NObigSPAMp ond.net.au> wrote in message news:<OvM6m8pNE HA.2708@TK2MSFT NGP11.phx.gbl>. ..[color=blue]
              > I have an electronic cash drawer as part of a point-of-sale installation.
              > You're supposed to be able to automatically open the cash drawer with some
              > printer commands (drawer is connected to the receipt printer) but I can't
              > get it to open automatically. I want it to open when the customers receipt
              > is printed.
              >
              > How do you send printer escape sequences to a windows printer via ASP ?
              >
              > The cash drawer model is ... Posiflex CR-4100 Cash Drawer
              >
              > Thanks in advance,
              > PW[/color]

              ya what drover saysis right you have to write a vb6 application which
              will run at server side and handle for you.


              www.harisoftwares.com(vb6,vb.net exams software)

              Comment

              Working...