문제

Is the any sources for examples for barcode printing for zebra rw420 mobile printer?? which is CPCL langauge.

도움이 되었습니까?

해결책

qr-code example using the CPCL printer language:

    ! 0 200 200 500 1
    B QR 10 100 M 2 U 10
    MA,QR code ABC123
    ENDQR
    FORM
    PRINT

다른 팁

Check out the CPCL programming manual

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top