How to integration on website PAX s920? (not virtual pos) - integration

first of all greetings. We have pax branded s920 pos devices in our company. My question is We want to send the result of the transaction back to the site by sending the invoice price on the website to the pos device while issuing the invoice.s920 has wifi module.I wonder if we can do this with this pos machine, if we can, do we need to use sdk? s920 is using linux based prolin os. Does anyone know or can help with this issue?(not virtual pos)
Thank you in advance

Related

Is it possible to use the webHID API over and RDP connection?

We recently implemented the webHID API for one of our sites (it is such a godsend) and have the client asking if they can use the devices over a Microsoft RDP connection?
I imagine this would depend on the RDP client and whether they can/do send HID events over the RDP connection.
From some initial research it looks like you can redirect USB over RDP but don't think this will work for us as I couldn't get my device mapping done with the webUSB API.
If anyone has any input on this it would be greatly appreciated.
Thx
WebUSB, WebHID and Web Serial should work with a remoted USB device.
That said, there may be bugs if these devices don't appear to applications like Chrome in quite the same way they do when connected locally. If they don't, it would be interesting to get logs from chrome://device-log and see how the device appears in the Windows Device Manager.
Please file a bug at https://crbug.com/new and let us know so that we can keep track of this issue.

GPS beacons sending data continuously to a server ?

I want to know more about GPS beacons ? How can I configure them to send the location (longitude + latitude ) to a particular web server , after a configurable time period? Who are the good GPS beacons in the market?
Actually I want to develop a system which can send longitude and latitude to a particular web server and I can show that location on a website using google maps.
Thanks in advance !!
If you are talking about a rescue beacon product I don't think you will be able to modify them without a great deal of effort.
If you are asking how you would setup your own beacon, we probably need to know more to help you... Do you have a net connected system which has GPS position data available? Maybe you want to setup a smartphone to be a "beacon"

gps receiver and windows phone 8 emulator

I'm debugging some windows phone 8 location tracking application and I want to purchase gps-receiver and connect it to my notebook for reality test of application with real location data. Will it work? Can the application running in the emulator get these real data?
Thank you.
I'm not sure if the emulator can communicate with the GPS receiver. You can, however, use the emulator location data to simulator it. Take a look at the MSDN guide to learn more.

How to catch signal strength in windows phone?

I want to find current signal strength of GSM network in windows phone and also want to find data network like 3G,2G. I got the operator name using DeviceNetworkInformation.CellularMobileOperator but I am not able to find signal strength. Is there any API to find strength and data network like 3G or 2G?
you cannot do that with the Windows Phone API.
There is currently no information available beyond basic carrier metadata in the SDK.
Beyond the information purposes (users already see the signal strength anyway), you should not adapt your app behavior based on such an indicator.

Interfacing to bill/coin acceptors and printers

I have been approached regarding building a touch screen app for a client, but as it will be for use on kiosk machine it needs to interface with a bill/coin acceptor and a printer.
What are the common the ways of accomplishing this?
1st of all if you will be doing it with AS3, anyway it need to run somewhere, i mean OS. Usualy it is Linux or Windows.
2nd The app will be more interface. More about printing you can find here: http://goo.gl/5qoy6
3th can not tell anything about bill / coin acceptor but there somewhere between that and your App should be another application which sends data to Aapp and gets orders from App what should the acceptor do. ( or it is the acceptors software allready )