question

Vishal avatar image
Vishal asked rachel Deactivated answered

Mirror Image of Clover Mini Screen

Hi,

we are using remote-pay-windows C# application with clover mini device.

We are trying to replicate the clover mini device screen onto our application running on Windows. (Our application is running on a floating form over pos system and purpose of that is to enable cashiers to help customers without bending over clover mini each time- (which is faced towards the customers)
Our application also enables them to support/guide customers with the transaction taking place while not disturbing the POS operations.

We need 100% of mock/mirror image of clover mini screen starting from first welcome screen to the customer choosing receipt type and a thank you message.

Possible to get some guidance, please?

Thank you in advance for your help.
USB Pay DisplayRemote Pay Windows
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

rachel avatar image
rachel Deactivated answered
The communication between the Mini and the POS is by its nature asynchronous, and messages can arrive out of order. However, the CloverConnectorListener has the callback OnDeviceActivityStart, and the DeviceEvents that it returns include the messages displayed on the Mini's screen and any input options. You can see how our example POS uses these DeviceEvents, in conjunction with the events from OnDeviceActivtyEnd and OnDeviceError, to update its UI.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community