Welcome back to our tutorials.
Did you know that you can use AI-Dash PRO to receive events from POS devices?
Of course yes! AI-Dash PRO support a very simple text protocol to receive data from POS.
AI-Dash PRO provides a basic support to string-based POS protocols over TCP. Each message sent by the POS to AI-Dash PRO is expected to be composed of a single string delimited by customizable start and stop words.
For instance, if you have configured the following words:
AI-Dash PRO will expect a POS string formatted as follows:
"BEGIN everthing you want to send to AI-Dash PRO costs 2.56€ END"
AI-Dash PRO will process only the message: "everthing you want to send to AI-Dash PRO costs 2.56€"
Pay attention, because AI-Dash PRO are interested only in the numbers that you write in the message, so from the whole message it will extract the number "2.56".
Well, this is the data we interested to get! AI-Dash PRO stores "2.56".
Protocol Limitations Currently, AI-Dash PRO has the following limitations:
From the left hand side menu in the Devices section you can find the page POS
Click on POS and, if its the first POS receiver that you should see an empty list. Of course, you can configure more than one POS receiver that are active on different ports and uses different start and stop strings.
Click the button New POS Configuration. Then you will see the following page.
In this page you can configure the POS recever.
If everything goes well, you will be able to see the POS Recevier on the receiver list.
Click on the button Play to start the receiver, if it starts properly the button will change the image and become a Stop button. Trivially, you can stop the receiver, by clicking the Stop button.
Congratulation you are now a master of POS Recever!