Hi,

Interfacing peripherals with web app is always a challenge. Is is even more 
with serial devices like POS printers and EMV terminals. There is basically 2 
options I see:

1- Using some sort of plugin on the web browser that would allows your code to 
access the physical world outside the browser. This create fragile setups.

2- Using either a custom build box (using raspberry Pi for example) or a 
standard serial to IP interface that would connect to your app and provide the 
interface to the serial devices and possibly any other peripherals required. 
This box is assigned some identifier liked to a user of a user terminal.

With option 2, your server is connected to a set of real peripherals and can 
communicate with them. You need to write the server part and find a way to 
associate your connected user to it's peripherals. You also need to implement 
the protocol used by the peripheral.

If your EMV terminals are IP, there is maybe a way to connect them directly to 
your server.

I have done this for label printer and some dry contacts in a shop.

Samuel


> Le 14 juil. 2017 à 16:07, Michael Kondratov <mich...@aspireauctions.com> a 
> écrit :
> 
> Has anyone developed a POS system using WO? How were you able to integrate 
> the credit card terminals?
> 
> Michael
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
> 
> This email sent to sam...@samkar.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to