Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hi all,



I need some information about how can intergrate "Scale -Digital Scales Digi Weigh Model: DWP-101"(which is used as weighing machine) and "Receiptprinter:EPSON-U220D Model M188D" (we will get weight receipt from the weighing machine connected)weight which used to get the receipt of the weight detected from Scale -Digital Scales Digi Weigh Model: DWP-101".


Is there any 3rd S/w available to integration or any API available for me to integration with asp.net web application as well as to know the relavant costs?

Note:- Using asp.net application we need to get weight from weighing machine respective receipt for the weight should come from the receipt printer)



Thanks in advance,
Bala.
Posted

1 solution

You can "integrate" it through separation of concerns. Indeed, how your printer and digital scale are related to each other? Printing is one thing, measuring weight — another one, and APS.NET is something else. By that reason, you won't find any 3rd party software to do just that. And this is even good, because independent nature of those different concerns give you flexibility you need.

No, you don't need to "integrate" you digital scale and printer with ASP.NET. You need to integrate it with you busyness application. First, learn how to print and measure weight programmatically using your devices. Then, ask yourself, what is your business application? Is is ASP.NET based Web application? Do you really have to have ASP.NET application and a Web server as a base of your application? What events should trigger measuring weight and printing? How it should be placed in your workflow?

If your face any problems in this way, ask more concrete Questions.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900