Question

Somehow my console app can't find the SRP-275 POS Printer that I've already setup. Since, this is my first time working with POS Printer, please bear with me.

Below are my steps:

  1. Install Bixolon SRP-275 Windows Driver
  2. Install Bixolon SRP-275 OPOS Driver
  3. Download and Install Pos.Net V 1.12
  4. Plug The Printer into the LAN Network.

Then in my code, I reference the Microsoft.PointOfService (From the Pos.Net I've installed), and try finding the PosPrinter using code like this:

PosExplorer posExplorer = new PosExplorer(this);
DeviceCollection devices = posExplorer.GetDevices();

I then try to see whether my Printer is listed in one of the device, and it is not. How can I access my printer from my code, is there any step I do wrong?

NB: I can see my printer installed on the control panel

Any help will be greatly appreciated.

Was it helpful?

Solution

Problem Solved.

I configure the OPOS Driver from Bixolon printer and it now recognize it, thanks.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top