小的有看過wpt810的技術手冊,但還是有點不太了解,
有以下問題...
Command ESC M n
Code (Hex) 1B 4D n
Name Select character font 選擇字型
strcpy(Buffer,"\x1b\x4d\x02"); n 有那些選擇,表示那些字型
Command GS h n
Code (Hex) 1D 68 n
Name Select bar code height 選擇條碼高度
n 有那些選擇
Command GS w n
Code (Hex) 1D 77
Name Set bar code width
strcpy(Buffer,"\x1d\x77"); 為何沒有設定寬度的參數
Command ①GS k m d1,,,dk NUL , ②GS k m n d1…dn
Code (Hex) 1D 6B ①m d1,,,dk 00 , ② m n d1…dn
Name Print bar code 列印條碼
以 ①m d1,,,dk 00 為例,下列指令其他部份如何寫(是不是採用 code128)
strcpy(Buffer,"\x1d\x6b\x?????"); m d1,,,dk 00 如何輸入
以下的參數(指令)如何使用,如何將一個 bit-image 的圖案列印出來,若要印 QRCode 到底是提供圖案來列印,抑或只要提供 網址 , 發票機就會印出對應的 QRCode,使用那個參數(指令)來列印 QRCode 與 圖案
Command ESC * m nL nH d1…dk
Code (Hex) 1B 2A m nL nH d1…dk
Name Select bit-image mode
Command GS v 0 m xL xH yL yH d1…dk
Code (Hex) 1D 76 30 m xL xH yL yH d1…dk
Name Print raster bit image
Command FS p n m
Code (Hex) 1C 70 n m
Name Print NV bit image
Command GS * x y d1..d(x*y*8)
Code (Hex) 1D 2A
Name Define downloaded bit image
Command FS q n [xL xH yL yH d1…dk]1…
[xL xH yL yH d1…dk]n
Code (Hex) 1C 71 n[xL xH yL yH d1…dk1…
[xL xH yL yH d1…dk]n
Name Define NV bit image
Command GS / m
Code (Hex) 1D 2F m
Name Print downloaded bit image

X