PC Review


Reply
Thread Tools Rating: Thread Rating: 6 votes, 1.00 average.

Adding Cash Register support in ASP.NET application

 
 
Gen
Guest
Posts: n/a
 
      30th May 2007
Hello there,

I am a leader of a team, developing business application based on the
ASP.NET platform. Now we need to add cash register support to the
application and it seems to be a bit of a problem. In general communication
with the cash register consists of two steps:
1 - Creation of a text file, describing the items, quantities and prices;
2 - Invoke cash register's driver (which is an exe file in most cases),
passing the text file and some additional parameters (com port, speed, etc.)
The main problem is that the cash register is managed from the client
computer.

Currently we came up to three approaches to the task:
- a link pointing to exe file - an exe file is downloaded and it operates
the driver
- a resident program on the client computer listening on a port - the server
connects to it and operates the driver
- an ActiveX Object - the driver is operated by client script from the
internet browser

Each method has advantages and disadvantages. I would like to know if
someone had some experiance of similar matter and I would appreciate any
kind of help or comment

Thank you in advance


 
Reply With Quote
 
 
 
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      30th May 2007
I would say the ActiveX object (or maybe an embedded windows forms control)
is probably the best way to go overall when considering security, ease of
implementation, and reliability.

Here's more info on embedding windows forms controls:
http://SteveOrr.net/articles/WinformControls.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"Gen" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hello there,
>
> I am a leader of a team, developing business application based on the
> ASP.NET platform. Now we need to add cash register support to the
> application and it seems to be a bit of a problem. In general
> communication with the cash register consists of two steps:
> 1 - Creation of a text file, describing the items, quantities and prices;
> 2 - Invoke cash register's driver (which is an exe file in most cases),
> passing the text file and some additional parameters (com port, speed,
> etc.)
> The main problem is that the cash register is managed from the client
> computer.
>
> Currently we came up to three approaches to the task:
> - a link pointing to exe file - an exe file is downloaded and it operates
> the driver
> - a resident program on the client computer listening on a port - the
> server connects to it and operates the driver
> - an ActiveX Object - the driver is operated by client script from the
> internet browser
>
> Each method has advantages and disadvantages. I would like to know if
> someone had some experiance of similar matter and I would appreciate any
> kind of help or comment
>
> Thank you in advance
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
is there a template to use pc as cash register ramsfan Microsoft Excel Misc 0 26th Apr 2010 04:04 AM
macro to open a cash register drawer =?Utf-8?B?SmFpbWU=?= Microsoft Excel Programming 1 29th Nov 2005 08:53 PM
Cash register Access database marko Microsoft Access 2 2nd Oct 2005 10:48 PM
Cash register =?Utf-8?B?TS5IYXl3YXJk?= Microsoft Access Forms 11 16th May 2005 08:18 AM
Transition Sound = Cash Register ILanger Microsoft Powerpoint 2 11th May 2005 03:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:28 AM.