473,508 Members | 2,509 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP; open the cash drawer via receipt printer

PW

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


Jul 19 '05 #1
6 7551
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" <pw*@NObigSPAMpond.net.au> wrote in message
news:Ov**************@TK2MSFTNGP11.phx.gbl...

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

Jul 19 '05 #2
PW

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:OC**************@TK2MSFTNGP10.phx.gbl...
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.

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

Jul 19 '05 #3
you might be able to do this through vbscript and WSH. download the docs here

http://www.microsoft.com/downloads/d...displaylang=en
Jul 19 '05 #4
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" <pw*@NObigSPAMpond.net.au> wrote in message
news:Ov**************@TK2MSFTNGP11.phx.gbl...

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

Jul 19 '05 #5
On Mon, 10 May 2004 23:10:26 +0800, "PW" <pw*@NObigSPAMpond.net.au>
wrote:

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:OC**************@TK2MSFTNGP10.phx.gbl...
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.

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


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
Jul 19 '05 #6
"PW" <pw*@NObigSPAMpond.net.au> wrote in message news:<Ov**************@TK2MSFTNGP11.phx.gbl>...
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


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)
Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
6590
by: PW | last post by:
How can I run a DOS command from my ASP ? (prefer to use html/vbscript solution rather than 3rd party add-ons)
2
27111
by: Tor Inge Schulstad | last post by:
Hi I'm developing a POS software using an Epson TM-T88iii printer with a cash drawer connected to the printer. The printer is connected via a usb interface to the pc. Can anyone tell me how I...
5
14393
by: John\\ | last post by:
Okay I have been searching the web for a couple of days now and can not seem to find a solution. I have a USB Epson TM-T88III receipt printer with a Cash Drawer connected to it and I can not...
0
1831
by: samozluk | last post by:
I am using Ms Access 2003 to produce a customer receipt, the printer is the Posiflex PP-7000 II Usb thermal printer and it is meant to open the cash drawer. Can someone please give me the code to add...
13
8089
by: =?Utf-8?B?Q29ubnVsbA==?= | last post by:
I need to open a Cash Drawer from my Windows App when the user issues and prints (Epson Receipt Printer) a Receipt. I beleive I need to pass the printer a string of (#027 + #112 + #000 + #025 +...
1
3722
by: danishce | last post by:
Hi, I've been trying to configure the cash drawer connected directly to the CPU of the IBM Surepos PC. The cash drawer IBM P/N is 74F6178, IBM FRU P/N is 93F1901. The cash drawer port is connected to...
1
2491
by: ianvirgo74 | last post by:
how to make code for print with TMU 220D paralel port with USB printer adapter. I use the driver from epson with direct to LPT1, but the printer doesn't print anything. I connect the printer with...
4
5376
by: ARC | last post by:
I have a user asking if I could put in a code that will open a register drawer. My understanding is the receipt printer will normally send the code the cash drawer. Is there a vba function that...
3
28380
by: gggram2000 | last post by:
Hi, I need some assistance. I'ved been searching the web for days now and can't find an example that really helps me. I have an EPSON TM-T88IV printer through which I want to open a cash drawer. I...
0
7231
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7133
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7336
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7405
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7504
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5643
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3198
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
773
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.