Is there any Virtual POS printer software (Simulator) available in Internet. Please share details. Currently I don't have any physical POS printer. But I need to check whether my output is correct or not. Its better it will be a vb.net.
Asked
Active
Viewed 2,494 times
0
-
Hvae you even tried to use a search engine? There is POS for .NET lib from Microsoft... – David Sdot Dec 22 '14 at 08:19
-
yes I did. but couldn't find any – Sajitha Rathnayake Dec 22 '14 at 08:29
1 Answers
1
From the POS for .NET FAQ: Which device simulators does POS for .NET include?
MSDN:
Which device simulators does POS for .NET include? When you install the POS for .NET Software Development Kit (SDK), it includes several device simulators. The simulators provide a simple means of simulating a device when no physical device is available. The simulators are helpful during the early stages of development, during prototyping, and for testing configurations before deployment. POS for .NET includes simulators for the following device categories:
- Bar Code Scanner
- Cash Drawer
- Check Scanner
- Keylock
- Line Display
- Magnetic Stripe Reader (MSR)
- PIN Pad
- POS Keyboard
- POS Printer

David Sdot
- 2,343
- 1
- 20
- 26
-
the problem is that the POS Printer simulator included can't "print" graphics. It's text mode only. – AlexK Apr 10 '21 at 17:14