I want to print barcode GS1-128 and design complete label with WPF. I also don't have any Datamax Mark II printer for testing purpose, following is my script
<STX>L D11<CR> 1E000000015010001234567890<CR> 121100000000100Barcode E<CR> E
Can you tell me how can i do printer setting and send DPL command to printer in WPF.
Thankx in Advance.