Skip to main content
13 events
when toggle format what by license comment
Aug 9, 2024 at 14:01 comment added DelphiCoder @Maynority First, what is your real goal? Normally one does just send ZPL to the printer to print labels.
Aug 9, 2024 at 9:28 comment added Maynority @DelphiCoder well then it seems I got something wrong? I'm not quite sure now. To even communicate with another device, you need a certain connection or not? I have USBConnection object which I got from the new Zebra Printer nuget. That object helps me easily manage printer state as well as gives me handy pre prepared commands which I can use to communicate with the printer, but also gives me the option to send raw ZPL. I'm not sure how it works with the API from Windows itself, do you have experience with that? Is it comparibly easy to what I jsut tried to describe?
Aug 8, 2024 at 16:35 comment added DelphiCoder @Maynority you don't have to manage the connection at all, that's the job of the OS. You just print something using this or that printer. Why do you want to do that?
Aug 8, 2024 at 12:53 comment added Maynority @DelphiCoder I didn't look at that, but I would guess that this API does not help me manage USB connection easily or atleast it's not possible with a single line of code.
Aug 8, 2024 at 12:53 comment added Maynority @user246821 that looked informative, but I did not quite wanted to reinvent the wheel. I wanted to search for a simple solution, which did not exist. So I just settled with newest nuget from zebra, which forces me to use target framework net8.0-windows10.0.1904.
Jul 30, 2024 at 12:48 comment added DelphiCoder Why are you not just simply using the printer API from Windows itself!?
Jul 24, 2024 at 12:30 history edited Maynority CC BY-SA 4.0
added 6 characters in body
Jul 19, 2024 at 14:02 comment added It all makes cents The following may be of interest: stackoverflow.com/questions/36803821/…
Jul 19, 2024 at 13:56 comment added It all makes cents Please add the model number of the printer to your post.
Jul 19, 2024 at 7:07 history edited Maynority CC BY-SA 4.0
added 8 characters in body
Jul 19, 2024 at 5:49 history edited Maynority CC BY-SA 4.0
added 99 characters in body
S Jul 19, 2024 at 5:39 review First questions
Jul 19, 2024 at 9:52
S Jul 19, 2024 at 5:39 history asked Maynority CC BY-SA 4.0 created from wizard