How do I print to the receipt printer on an EC7500?

How do I print to the receipt printer on an EC7500?

The receipt printer is only available when the scanner is idle.
When Ranger is ready to feed, the printer can be used via the pass through method ScannerPrint.
  1. const char* msg="Hello World!";  //string to print
  2. CString Passthrough;
  3. // Formatting the passthrough, "ScannerPrint(MessageAddress, MessageLength )"
  4. Passthrough.Format("ScannerPrint(%ld,%d)",(unsigned long long)msg, strlen(msg));
  5. Ranger.CallPassthroughMethod(Passthrough)


Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com