how to send PJL command to USB connected printer ?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi I want to get printer information using PJL(Printer job description language) in c#. can anybody tell me how to send PJL command to USB connected printer in C#? Thanks.
-
Hi I want to get printer information using PJL(Printer job description language) in c#. can anybody tell me how to send PJL command to USB connected printer in C#? Thanks.
This article might help: http://www.codeproject.com/KB/printing/ReadDataUsingPJL.aspx[^]
-
This article might help: http://www.codeproject.com/KB/printing/ReadDataUsingPJL.aspx[^]
Hi Bert delaVega Thanks for reply Actually this code is to connect LAN printer not for USB connected printer. If you have any Idea about USB connected printer, Please help me. Thanks.