Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Communicate with keypad device on comm port 1

Status
Not open for further replies.

JimDenton

Programmer
Aug 14, 2002
1
US
I am trying to modify a Clipper Point of Sale application written using the Summer '87 version. The requirement is to add a pin-pad (connected via comm port)to enter a debit card security code. Does anyone know how to communicate with such devices over a comm port?

TIA
 
Jim
If the reader simply stuffs characters into the com port then you need some sort of coms lib. I use Clipper Tools but I think that there are some free ones on Oasis. This should then be only a couple of lines of added code.

Reply if you need more help.



Ian Boys
DTE Systems Ltd
 
I agree with Bozz. Just treat the key pad as any other serial device sending information to the serial port. For Summer '87 I prefer to use SilverComm as third party library to handle the communications.
 
Dear mr. elkari.
i'm new comer in clipper programming.
i'm also learn about point of sales system. do you have library to handle serial communication ?
what the name of library?
can you grant me and sent to pulungagung@yahoo.com ?
also do you have sample source code listing to open drawer,display text in display panel etc ?

thank's
best regard

pulungagung
 
Here is some information on Silverware, makers of Silverclip -
SilverWare, Inc.
3010 LBJ Freeway
Suite 740
Dallas, TX 75234
-----------------------------------------------------------------------

General Information . . . . . . . . (214) 247-0131
BBS Phone . . . . . . . . . . . . . (214) 247-2177
FAX Machine . . . . . . . . . . . . (214) 406-9999

Demo
Product Version Avail Price
-----------------------------------------------------------------------
SilverClip Library (SPCS) 3.01 $299.00
SilverComm "C" Interface 1.0 $99.00
SilverComm Library (SPCS) 2.06 . $249.00
SilverPaint Library 2.10 . $129.00
-----------------------------------------------------------------------

SilverWare, Inc. is a Dallas-based company that produces and markets
development libraries for professional programmers. The company
specializes in creating libraries designed to provide reliable,
high-performance, interrupt-driven control of asynchronous
communications in various types of applications. These products are
known collectively as the SilverWare Professional Communications
Series, or SPCS. SilverWare's product line, SPCS, is designed to help
you create more powerful (and profitable) programs. SilverWare is
constantly developing new products to keep you ahead as technology
changes.

Established 1987

FYI - SlverComm is there communication library for Summer '87

If you are looking for something less expensive look at this for the IOLIB library -
Personally, I like Silverclip, but others have use this without complaints.
 
dear sir,
thanks for your detail inform.
unfortune i didn't have much money.
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top