473,811 Members | 2,895 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opening a cash drawer

Does anyone know how to get a cash drawer to open using
VB? I'm doing a Point of Sale program and figured this
was the easiest way to figure it out. If you know just
email me. Thanks!
Nov 20 '05 #1
4 2195
What does the documentation of your cash drawer say? It's probably just a
serial device, right?

"Jeff Baynton" <jb******@hotma il.com> wrote in message
news:0c******** *************** *****@phx.gbl.. .
Does anyone know how to get a cash drawer to open using
VB? I'm doing a Point of Sale program and figured this
was the easiest way to figure it out. If you know just
email me. Thanks!

Nov 20 '05 #2
* "Jeff Baynton" <jb******@hotma il.com> scripsit:
Does anyone know how to get a cash drawer to open using
VB? I'm doing a Point of Sale program and figured this
was the easiest way to figure it out. If you know just
email me.


If the "cash drawer" is connected to the serial port, have a look here:

Thomas Scheidegger's Serial Port FAQ (in German)
<http://groups.google.c om/groups?selm=O2U yhTLvDHA.1680%4 0TK2MSFTNGP12.p hx.gbl>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
I believe it's a serial device (I don't have it here
right now...it's still at the store I'm making this for)
but I don't have any documentation (the drawer's at least
10 years old)
-----Original Message-----
What does the documentation of your cash drawer say? It's probably just aserial device, right?

"Jeff Baynton" <jb******@hotma il.com> wrote in message
news:0c******* *************** ******@phx.gbl. ..
Does anyone know how to get a cash drawer to open using
VB? I'm doing a Point of Sale program and figured this
was the easiest way to figure it out. If you know just
email me. Thanks!

.

Nov 20 '05 #4
hi, buddy, I am developing chain store software which has a pos
system, I have a cash drawer connected w/ epson printer, but i have
to set the device font name to" control" and a letter "a" so that we
could open the drawer, anyway, if you solved this problem, would
email me back at wo*******@yahoo .com thanks
Jeff Bayntonwrote: Does anyone know how to get a cash drawer to open using VB? I'm doing a Point of Sale program and figured this
was the easiest way to figure it out. If you know just
email me. Thanks!

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
6324
by: Scott A. Keen | last post by:
Hi, I'm getting tasked with writing an ASP application deployed throughout the company's intranet where all the workstations will be running Internet Explorer 6.0. It's a retail business, and some of the workstations are Point-Of-Sale and will need to have cash drawers and bar-code scanners. The project managers want this as a web-application because of the ease of
6
7589
by: PW | last post by:
I have an electronic cash drawer as part of a point-of-sale installation. You're supposed to be able to automatically open the cash drawer with some printer commands (drawer is connected to the receipt printer) but I can't get it to open automatically. I want it to open when the customers receipt is printed. How do you send printer escape sequences to a windows printer via ASP ? The cash drawer model is ... Posiflex CR-4100 Cash Drawer
0
1922
by: Shakil Shamji | last post by:
I have a VB.Net application which is deployed on Citrix. It uses Crystal Report 8.5 for printing reports. One of my remote users has an Indiana Cash Drawer connected to the printer port. When the crystal report is printed the user wants her cash drawer to open. Can anyone give me ideas as to how can I send a non-printable charater like chr(33) to the drawer via the crystal report or otherwise to open the drawer? Thanks. Shakil.
2
3804
by: carl | last post by:
need to send a command from a POS Application in Microsoft Access 2000 to open a cash drawer. If anyone can help, please contact me. I will pay $$ for very specific directions if I have to. please email me at carl@technology4all.com. Time is of the essence. :-)
2
27167
by: Tor Inge Schulstad | last post by:
Hi I'm developing a POS software using an Epson TM-T88iii printer with a cash drawer connected to the printer. The printer is connected via a usb interface to the pc. Can anyone tell me how I can open the cash drawer from my VB.NET application? The printer driver requires me to use a soft font named "control" in the printer, and print the letter "A", but if I'm right, the .NET framework does not support using soft fonts...
13
8140
by: =?Utf-8?B?Q29ubnVsbA==?= | last post by:
I need to open a Cash Drawer from my Windows App when the user issues and prints (Epson Receipt Printer) a Receipt. I beleive I need to pass the printer a string of (#027 + #112 + #000 + #025 + #250). I would appreciate any assistance on the code here for.
1
3744
by: danishce | last post by:
Hi, I've been trying to configure the cash drawer connected directly to the CPU of the IBM Surepos PC. The cash drawer IBM P/N is 74F6178, IBM FRU P/N is 93F1901. The cash drawer port is connected to the 3A port on the CPU. Does anybody know how to configure this to open the cash drawer because i have no manual and documentation for the cash drawer? Regards: Danish Majid
3
28575
by: gggram2000 | last post by:
Hi, I need some assistance. I'ved been searching the web for days now and can't find an example that really helps me. I have an EPSON TM-T88IV printer through which I want to open a cash drawer. I have this class in my project: using System; using System.IO; using System.Runtime.InteropServices; namespace PrintDataGrid /* For a standard cash drawer, there's a physical cable that runs from the cash drawer and plugs into the receipt...
4
8959
by: piscut3 | last post by:
I'm developing a POS with cash drawer integration.But I can't open cash drawer. I have RS232 cable used to connect cash drawer to PC , dot matrix and cash drawer. This cash drawer has no DLL packaged. Also I tried to open it in DOS echo>com1 but it failed. Another code is mode com1:9600,n,8,1 copy con com1 A ^z but it failed too. Here's my code in VB, but it doesn't worked too..
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10663
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10401
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10138
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7676
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5567
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4357
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3881
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.