Hi!
I need to send message to printer that connected
via usn channel
i tried to by next function
FILE *pr;
pr=fopen("USB1:"."r");
fprintf(pr,"test");
but it doesn't over compile
How i can do it ?
LEON