how to set logo on verifone vx520 internal printer
I want to set a logo on printed paper in verifone vx520 should i change the <*PTRLGO> value? and how can i change the <*PTRLGO>? and how can i download this logo to the printer? how should i call the logo on program? I have written my program with c. here is my code but it's wrong. i used GP command to print a logo. #include <stdlib.h> #include <stdio.h> #include <string.h> #include <svc.h> char myLOGO[]="testlogo.bmp"; char buf[200]=""; void main () { int i,t; char logo[]="*PTRLGO"; char buf[500] = ""; int prt_handle,prt_com; prt_handle = open(DEV_CONSOLE, 0); prt_com = open(DEV_COM4, 0); put