I'm having trouble opening a cash drawer on a remote system (don't have a drawer.) Anyone see a problem with this code conversion?
Do these drawers usually use ascii 1-8 or ASC("1") - ASC"("8")?
Private Declare Function GetDrawerHandle Lib "MSPOS_USB.dll" (ByVal DrawerNumber As Byte) As Long
DECLARE FUNCTION GetDrawerHandle LIB "MSPOS_USB.dll" ALIAS "GetDrawerHandle" (BYVAL DrawerNumber AS BYTE) AS LONG
Do these drawers usually use ascii 1-8 or ASC("1") - ASC"("8")?
Private Declare Function GetDrawerHandle Lib "MSPOS_USB.dll" (ByVal DrawerNumber As Byte) As Long
DECLARE FUNCTION GetDrawerHandle LIB "MSPOS_USB.dll" ALIAS "GetDrawerHandle" (BYVAL DrawerNumber AS BYTE) AS LONG
Comment