Search found 16 matches: drawer

Return to advanced search

Re: Can Fivewin be used for process IO hardware ?

... data, but can also read a power signal ? It has to open a cashdrawer with a power signal) BTW : I have no background on technics... MENUITEM "DrawerOpen" ACTION Drawer('Open Drawer','COM1',4800,chr(27)+chr(112)+chr(0)+chr(7)+chr(35),'','') function Drawer(x0,x1,x2,x3,x4,x5)   local ...
by Marc Venken
Thu Jun 14, 2018 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Fivewin be used for process IO hardware ?
Replies: 9
Views: 1896

Re: How to receive events from objects?

... are you using ? it is a "OLE for Retail POS". A standardize interface for POS devices (like Receipt Printer, Magnetic Strip Reader, Cash Drawer etc). Here's the link for details of the OLE. http://www.monroecs.com/opos.htm I can't figure how to create a self contained example as it requires ...
by Jose Dolar
Sun Jun 15, 2014 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to receive events from objects?
Replies: 32
Views: 8940

Re: FiveWIN xHarbour Dev enviornment in Tablet

... be SQL, some functions could be written for Windows RT client devices. Those tablets fall into your price range. Frankly the scanner and cash drawer are not necessary. The tablet has full barcode scanning built in ... as does a notebook ... with their cameras. Although barcode enabled, my ...
by TimStone
Sat Dec 15, 2012 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 11833

Re: FiveWIN xHarbour Dev enviornment in Tablet

... convenience store, family owner restaurant, etc.) would be: 1. All In One Computer (Tablet with OS Android) $300-$400 2. Scanner $25-$75 3. Cash Drawer $50-100 4. POS Printer$50-200 5. POS software (developed with FiveDroid) $The price of your software The cost, for this POS systems (Hardware ...
by George
Thu Dec 13, 2012 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 11833

Re: FiveWIN xHarbour Dev enviornment in Tablet

Hi Otto,
I was thinking that a low cost android tablet can be used as part of a complete system: Hardware + Software.
By example a Point of Sale for small businesses (like a convenience store) that includes scanner, POS printer and cash drawer.

Regards,

George.
by George
Wed Dec 12, 2012 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 11833

Re: PHP Browser

As usual, Enrico, thank for sharing your thoughts, they help me a lot...

I have way too many unfinished projects right now, so I will keep this in my dresser drawer for now, and use the weel as it is...

Some times we get excited to start something new, and we forget what we have not finished yet...
by Bayron
Sun Mar 06, 2011 4:16 pm
 
Forum: Off Topic / Otros temas
Topic: PHP Browser
Replies: 17
Views: 6110

Re: How Open Cash Drawer via printer? *working great*

thanks richard,
don´t found cause i use harbour
regards
paco
by Francisco Horta
Tue Mar 03, 2009 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

Re: How Open Cash Drawer via printer?

Dear Otto & Richard,

Otto's samples is working well with 16bits and 32bits
Richard's sample is working weel with 32bits.

Thanks for all of you and kindness,
Dutch
by dutch
Tue Mar 03, 2009 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

Re: How Open Cash Drawer via printer?

Paco It is a xharbour function PrintFileRaw()Prints a file to a Windows printer in RAW mode. SyntaxPrintFileRaw( <cPrinterName>, ;              <cFileName>   , ;             [<cJobTitle>]...
by Richard Chidiak
Tue Feb 17, 2009 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

Re: How Open Cash Drawer via printer?

Richard,

Where is function PrintFileRaw()?
regards
Paco
by Francisco Horta
Mon Feb 16, 2009 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

Re: How Open Cash Drawer via printer?

Dutch This is my code, note i do not use tdosprn because of usb limitations HTH Richard  ICAISSE := GetPvProfString("PRINTER","TICKET",,CINIFile )   // this is the printer you should change to identify yoursOPRN    := TPrinter():New("T...
by Richard Chidiak
Sun Feb 15, 2009 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

Re: How Open Cash Drawer via printer?

Thanks Otto, I will try.

Regards,
Dutch
by dutch
Sat Feb 14, 2009 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

Re: How Open Cash Drawer via printer?

Hello Dutch, this is my code. Maybe it is of some use for you. Best regards, Otto     if GetPvProfString( "Kassenlade", "UEBERDRUCKER" , "N", ".\INI\TOUCH.INI" ) ="J"                  &nb...
by Otto
Sat Feb 14, 2009 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

How Open Cash Drawer via printer? *working great*

Dear All, I need to open cash drawer that connect via printer (Epson TM-U220b). The Cash Drawer is connect via RJ11 connect to printer. I've to send command to printer with FONT NAME 'control' but it must print a piece a paper every time ...
by dutch
Sat Feb 14, 2009 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open Cash Drawer via printer? *working great*
Replies: 7
Views: 2027

If someone could compile and email to me it would be greatly

... and email it back to me. I am using versions from 2005 and if I need to upgrade so be it. I have 2 stations using the OPOS drivers for the cash drawer and Panasonic station and a Patrnertec station. The strange thing is if I make this with vb6 it will execute on both stations without any errors. ...
by Mike Buckler
Mon Dec 31, 2007 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: If someone could compile and email to me it would be greatly
Replies: 0
Views: 449
Next

Return to advanced search