473,414 Members | 1,716 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

POS Cash Drawer with Internet Explorer?

Hi,

I'm getting tasked with writing an ASP application deployed throughout the
company's intranet where all the workstations will be running Internet
Explorer 6.0.

It's a retail business, and some of the workstations are Point-Of-Sale and
will need to have cash drawers and bar-code scanners.

The project managers want this as a web-application because of the ease of
deployment and updates to the other stores. The problem is, I don't know how
to activate the cash drawers from within IE. Is there any kind of ActiveX
control which can be plugged into IE to allow control over the cash drawer
from within IE? We don't have the cash drawers purchased yet, and are
waiting to find out if anyone makes an ActiveX plug-in control and cash
drawer which will work from IE.

Suggestions and recommendations would be greatly appreciated.

Thanks,

Scott
Jul 19 '05 #1
5 6300
Reliability would be horrible.

Who the heck thought that one up? Let me know what brand the stores are - I
reckon I could have a big shopping spree coming up!

You would probably need a custom written browser add-in to be able to do
anything (unless you run it as a .htc and you could then instantiate local
side DLL's to do the work). But .... how to get the DLL's to the client
machines and get them installed - oh the fun we could have messing with
that!

Chris.

"Scott A. Keen" <sc***@scottkeen.com> wrote in message
news:Op**************@TK2MSFTNGP12.phx.gbl...
Hi,

I'm getting tasked with writing an ASP application deployed throughout the
company's intranet where all the workstations will be running Internet
Explorer 6.0.

It's a retail business, and some of the workstations are Point-Of-Sale and
will need to have cash drawers and bar-code scanners.

The project managers want this as a web-application because of the ease of
deployment and updates to the other stores. The problem is, I don't know how to activate the cash drawers from within IE. Is there any kind of ActiveX
control which can be plugged into IE to allow control over the cash drawer
from within IE? We don't have the cash drawers purchased yet, and are
waiting to find out if anyone makes an ActiveX plug-in control and cash
drawer which will work from IE.

Suggestions and recommendations would be greatly appreciated.

Thanks,

Scott

Jul 19 '05 #2
.... PDAs ... good point.

Cheers,

Chris.

"Tom B" <sh*****@hotmail.com> wrote in message
news:u3**************@TK2MSFTNGP12.phx.gbl...
Not much point in using PDA's as Cash Drawers were specifically mentioned.

Everything else I agree with. I'm sure you could write a bunch of ActiveX
controls to be downloaded and installed on the IE client. But you're
probably better off writing an actual application anyway.

"Chris Barber" <ch***@blue-canoe.co.uk.NOSPAM> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Still - fraught with issues - not least of all security and the potential
for fraud by IE savvy employees.
Believe me - I've fired a few when I used to run bars a few years ago.

Still - if they can use WinNT for service station internet kiosks and
display screens then I suppose anything is possible. Have you considered
wireless PDA's with bar code scanners on them - my business partner has had
a fair bit oif experience with that stuff. As long as no cash changing

hands
then it should be OK.

Have fun.

Chris.

"Scott A. Keen" <sc***@scottkeen.com> wrote in message
news:Oa**************@TK2MSFTNGP12.phx.gbl...
LOL! It's in the concept planning stage. It's for a couople of local

health
clubs which have a low-volume point-of-sale counter for the occasional
member who wants to buy a bottle of water or a protein bar. Not high

volume
retail.


"Chris Barber" <ch***@blue-canoe.co.uk.NOSPAM> wrote in message
news:OB**************@tk2msftngp13.phx.gbl...
> Reliability would be horrible.
>
> Who the heck thought that one up? Let me know what brand the stores

are -
I
> reckon I could have a big shopping spree coming up!
>
> You would probably need a custom written browser add-in to be able to do > anything (unless you run it as a .htc and you could then instantiate

local
> side DLL's to do the work). But .... how to get the DLL's to the client > machines and get them installed - oh the fun we could have messing with > that!
>
> Chris.
>
>
>
> "Scott A. Keen" <sc***@scottkeen.com> wrote in message
> news:Op**************@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > I'm getting tasked with writing an ASP application deployed throughout the
> > company's intranet where all the workstations will be running Internet > > Explorer 6.0.
> >
> > It's a retail business, and some of the workstations are Point-Of-Sale and
> > will need to have cash drawers and bar-code scanners.
> >
> > The project managers want this as a web-application because of the

ease
of
> > deployment and updates to the other stores. The problem is, I
don't
know
> how
> > to activate the cash drawers from within IE. Is there any kind of
ActiveX
> > control which can be plugged into IE to allow control over the

cash drawer
> > from within IE? We don't have the cash drawers purchased yet, and

are > > waiting to find out if anyone makes an ActiveX plug-in control and

cash
> > drawer which will work from IE.
> >
> > Suggestions and recommendations would be greatly appreciated.
> >
> > Thanks,
> >
> > Scott
> >
> >
>
>



Jul 19 '05 #3
To control the cash drawer and bar code scanner you'll have to lower the
security settings on the browser, and have Activex components control them.
You could use Citrix like Ray suggested, but I suspect that would be pricey
and has a little bit of upfront configuration.

If you wrote a fat client application, that gets updated automatically by a
server, you could have the best of both worlds.

Just my opinion.
If your committed to using IE, then you'll just have to bear in mind the
limitations that are there, and be sure to code around them.
"Scott A. Keen" <sc***@scottkeen.com> wrote in message
news:uz*************@TK2MSFTNGP11.phx.gbl...
What's the main beef with using IE for the client? Is it that it's too much hassle to write ActiveX controls to download to the client? Or is it that
savvy users could mess-around with the URL and post bogus data?

We're really looking to make a thin-client app, with all the processing done by the server. It also makes deployment of updates much easier.

I guess we could also write an ActiveDocument that gets loaded as an app
inside of an IE web browser. I always thought that sort of thing was kinda
kludgy.

Really, the goals are:
1) thin client
2) easy deployment
3) works with cash drawer and bar code scanner devices

I hope this isn't one of those, "pick any 2 out of 3" deals.

"Tom B" <sh*****@hotmail.com> wrote in message
news:u3**************@TK2MSFTNGP12.phx.gbl...
Not much point in using PDA's as Cash Drawers were specifically mentioned.

Everything else I agree with. I'm sure you could write a bunch of ActiveX controls to be downloaded and installed on the IE client. But you're
probably better off writing an actual application anyway.

"Chris Barber" <ch***@blue-canoe.co.uk.NOSPAM> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Still - fraught with issues - not least of all security and the potential for fraud by IE savvy employees.
Believe me - I've fired a few when I used to run bars a few years ago.

Still - if they can use WinNT for service station internet kiosks and
display screens then I suppose anything is possible. Have you considered wireless PDA's with bar code scanners on them - my business partner has had
a fair bit oif experience with that stuff. As long as no cash changing

hands
then it should be OK.

Have fun.

Chris.

"Scott A. Keen" <sc***@scottkeen.com> wrote in message
news:Oa**************@TK2MSFTNGP12.phx.gbl...
> LOL! It's in the concept planning stage. It's for a couople of local
health
> clubs which have a low-volume point-of-sale counter for the
occasional > member who wants to buy a bottle of water or a protein bar. Not high
volume
> retail.
>
>
>
>
> "Chris Barber" <ch***@blue-canoe.co.uk.NOSPAM> wrote in message
> news:OB**************@tk2msftngp13.phx.gbl...
> > Reliability would be horrible.
> >
> > Who the heck thought that one up? Let me know what brand the stores are -
> I
> > reckon I could have a big shopping spree coming up!
> >
> > You would probably need a custom written browser add-in to be able to
do
> > anything (unless you run it as a .htc and you could then instantiate local
> > side DLL's to do the work). But .... how to get the DLL's to the

client
> > machines and get them installed - oh the fun we could have messing

with
> > that!
> >
> > Chris.
> >
> >
> >
> > "Scott A. Keen" <sc***@scottkeen.com> wrote in message
> > news:Op**************@TK2MSFTNGP12.phx.gbl...
> > > Hi,
> > >
> > > I'm getting tasked with writing an ASP application deployed

throughout
> the
> > > company's intranet where all the workstations will be running

Internet
> > > Explorer 6.0.
> > >
> > > It's a retail business, and some of the workstations are

Point-Of-Sale
> and
> > > will need to have cash drawers and bar-code scanners.
> > >
> > > The project managers want this as a web-application because of the ease
> of
> > > deployment and updates to the other stores. The problem is, I

don't know
> > how
> > > to activate the cash drawers from within IE. Is there any kind of > ActiveX
> > > control which can be plugged into IE to allow control over the cash > drawer
> > > from within IE? We don't have the cash drawers purchased yet, and are
> > > waiting to find out if anyone makes an ActiveX plug-in control

and cash
> > > drawer which will work from IE.
> > >
> > > Suggestions and recommendations would be greatly appreciated.
> > >
> > > Thanks,
> > >
> > > Scott
> > >
> > >
> >
> >
>
>



Jul 19 '05 #4
On Mon, 21 Jul 2003 13:16:38 -0400, "Scott A. Keen"
<sc***@scottkeen.com> wrote:
It's a retail business, and some of the workstations are Point-Of-Sale and
will need to have cash drawers and bar-code scanners.


Okay, here's where you're thinking too hard. :)

Bar code scanners usually are a keyboard wedge type. That means
anything read by the scanner is simply input the same as if a user
typed the characters at a keyboard. There's nothing at all special
about the bar code scanners in terms of IE or your app.

Cash drawers are also pretty simple. It's usually triggered by a
command over a serial or parallel port similar to printing. All it
does is release a latch on the cash drawer, a spring pushes the drawer
out. Again nothing specific to IE or your app, though you might need
a control in your app to send the command signal or trigger the
utility that comes with your cash drawer.

Call the supplier of your POS hardware and ask for programming specs.
Tell them what you're doing, they will provide the code to do it.

Jeff
Jul 19 '05 #5
That's a damn good point, Jeff.

Ray at work

"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f***************@news.easynews.com...
On Mon, 21 Jul 2003 13:16:38 -0400, "Scott A. Keen"
<sc***@scottkeen.com> wrote:
Bar code scanners usually are a keyboard wedge type. That means
anything read by the scanner is simply input the same as if a user
typed the characters at a keyboard. There's nothing at all special
about the bar code scanners in terms of IE or your app.

Jul 19 '05 #6

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

Similar topics

6
by: PW | last post by:
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...
0
by: Shakil Shamji | last post by:
I have a VB.Net application which is deployed on Citrix. It uses Crystal Report 8.5 for printing reports. One of my remote users has an Indiana Cash Drawer connected to the printer port. When the...
2
by: carl | last post by:
need to send a command from a POS Application in Microsoft Access 2000 to open a cash drawer. If anyone can help, please contact me. I will pay $$ for very specific directions if I have to. ...
4
by: Jeff Baynton | last post by:
Does anyone know how to get a cash drawer to open using VB? I'm doing a Point of Sale program and figured this was the easiest way to figure it out. If you know just email me. Thanks!
2
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...
13
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
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...
3
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...
4
by: piscut3 | last post by:
I'm developing a POS with cash drawer integration.But I can't open cash drawer. I have RS232 cable used to connect cash drawer to PC , dot matrix and cash drawer. This cash drawer has no DLL...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.