Harsh
Harsh

Reputation: 3751

Printing POS receipts through vb .net

I am using the Epson TMT88v receipt printer for printing the receipts through Microsoft RMS POS. Now, i am developing a vb.net win application and want to use this printer to print my receipts. The functions were inbuilt with RMS to use the printer.

Can you please suggest which dll I need to utilise this printer in my win app.

Upvotes: 1

Views: 9517

Answers (2)

TyroDeveloper
TyroDeveloper

Reputation: 1

you can find how to do a simple Point of Sale in Visual BAsic .Net

Visit TyroDeveloper

Point Of Sale in Visual Basic .Net

Upvotes: 0

Mark Hall
Mark Hall

Reputation: 54562

You could try using the Microsoft POS for .Net SDK. The documentation is located here.
You will also need the EPSON OPOS ADK for .Net

Upvotes: 2

Related Questions