verifone

how to set logo on verifone vx520 internal printer

时光总嘲笑我的痴心妄想 提交于 2019-12-01 08:20:34
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

how to set logo on verifone vx520 internal printer

我们两清 提交于 2019-12-01 06:37:31
问题 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