I have a client who has IBM receipt printer with cash drawer attached.
String to open drawer is ESC 112 0 100 100 (the two 100s are intervals and I'm not sure what they mean.)
My problem is the expression field in the software that sends the commands is not long enough to get all the codes in using CHR(27)+CHR(112)+CHR(0)+CHR(100)+CHR(100). I am two spaces short of getting it all in.
What would the expression look like if using HEX or CHAR strings? Are the 100 intervals necessary or can they be reduced to 99 or other smaller number?
Thanks and Happy Holidays to All
Tony
String to open drawer is ESC 112 0 100 100 (the two 100s are intervals and I'm not sure what they mean.)
My problem is the expression field in the software that sends the commands is not long enough to get all the codes in using CHR(27)+CHR(112)+CHR(0)+CHR(100)+CHR(100). I am two spaces short of getting it all in.
What would the expression look like if using HEX or CHAR strings? Are the 100 intervals necessary or can they be reduced to 99 or other smaller number?
Thanks and Happy Holidays to All
Tony