I have a problem sending the print logo command to my Epson tm-t70 printer in C#.net
I have searched the web and I came up with a lot of cryptic stuff. Most useful being that I will need to send the following command:
[Name] Print the specified NV graphics data.
[Format] ASCII GS ( L pL pH m fn kc1 kc2 x y
Hex 1D 28 4C 06 00 30 45 kc1 kc2 x y
Decimal 29 40 76 6 0 48 69 kc1 kc2 x y
[Range] (pL + pH × 256) = 6 (pL = 6, pH = 0)
m = 48
fn = 69
32 ≤ kc1 ≤ 126
32 ≤ kc2 ≤ 126
I have no idea how to initiate this command in C# and the documentation did not help much.