Station 2018 power hub has two cash drawer receptacles. Has anyone tried to develop a way to utilize those independently?
Station 2018 power hub has two cash drawer receptacles. Has anyone tried to develop a way to utilize those independently?
You can do this using the com.clover.sdk.cashdrawer.CashDrawers API in the Clover Android SDK. If you call CashDrawers#list, you get a set of the connected cash drawers. Each CashDrawer object returned is a pair that is a String identifier + cash drawer number.
You can see an example of this in use in CashDrawersActivity in the SDK.
4 People are following this question.