kick a drawer from asp.net

G

Guest

do you know how open/kick a cash drawer of POS system from ASP.NET page using
C# ? I have a webpage (asp.net/c#) doing POS functions (Point of sales). Once
users click a invoice button the attached drawer (to PC) should kick open but
I can't make it work. A drawer is attached to PC by a serial port.
 
S

Steve C. Orr [MVP, MCSD]

To interact with a serial port you'll need a thick client of some kind, such
as an ActiveX control or a .NET component running on the client.
 
S

Scott Allen

You'll need code on the POS computer (an ActiveX control, for example)
to fiddle with the serial ports. There are quite a few available, I
imagine you could find some for free (or the source code).
http://www.google.com/search?q=activex+serial. Embed the control in
your page with the <object> tag and invoke commands on it with
JavaScript.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top