--
Has recibido este mensaje porque estás suscrito al grupo "C#.NET Latinoamérica" de Grupos de Google.
Visita este grupo en http://groups.google.com/group/csharplatino.
Algun colega que halla tenido este inconveniente ??? ..
public override void OpenCashDrawer() { RawPrinter.Send(mPrinterName, new byte[] {ESC, 0x70, 0x00, 0x19, 0xFF}); }
That works without any service objects at all and will open 95% of the cash drawers hooked to a printer.
public override void OpenCashDrawer() { RawPrinter.Send(mPrinterName, new byte[] {ESC, 0x70, 0x00, 0x19, 0xFF}); }
That works without any service objects at all and will open 95% of the cash drawers hooked to a printer.