Cannot get USB connected GX420d Status or Errors

// Expert user has replied.
M Matteo Devigili 2 years 2 months ago
5 3 0

I have a .net 5.0 project that uses a USB connected GX420d zebra printer to print tickets.
I'm trying to access to the printer status/errors with no success.
I've tried to use windows ManagementObjectSearcher to access the printer properties:

ManagementObjectSearcher wmiQuery = new ManagementObjectSearcher("root\\CIMV2");
wmiQuery.Query = new ObjectQuery(string.Format("SELECT * FROM Win32_Printer where Name = \"{0}\"", _printerName));

The printer is found but all the properties i'm interested in ("DetectedErrorState", "PrinterState" etc..) never change value.

I've also tried to use code from the Developer Demo to create an USB connection but the libraries are designed for .net framework 4.7 and not .net 5.0.

printerConnection = new DriverPrinterConnection(_printerName);
printerConnection.Open();

when I try to open a connection I get an exeption that says that no printer with such name is installed.
I would like any insight on how I could read the printer status or on what i'm doing wrong.

Please register or login to post a reply

3 Replies

S Steven Si

The best approach at this moment is to switch the .NET 5 project back to .NET Framework 4.7, so that you can use the Link-OS SDK for PC .NET. Otherwise, a lot of issues could come out as we have not done much research on the .NET 5 with regard to the USB connection to the printers.

M Matteo Devigili

Is Link-OS SDK planned to support .net 5?

S Steven Si

No, there is no plan right now. But we will bring it to the engineering team for consideration.

CONTACT
Can’t find what you’re looking for?