I'm trying to print some text via USB printer but it is not appearing in the list of installed printers Printer details are here. Tried many solutions like this but couldn't succeeded.
foreach (string printer in System.Drawing.Printing.PrinterSettings.InstalledPrinters)
{
str_printers += printer+"\n";
}
Printer is also appearing in other device instead of Printers in windows 7 but a POS is printing 100% fine using this printer. Any questions and answers are more than welcome