Results 45 comments of Igor

I've worked with Fiscal Printers here in Brazil 10 years ago (or so), however, I did not use direct command bytes, but rather each manufacture DLL. You will need the...

Hello there, according to this enum QRCODE_MODEL2 should be cast as `50`, but you are saying it results as `0x49` ? ![image](https://user-images.githubusercontent.com/10572656/91584283-c87fbe00-e928-11ea-84cf-342792400c84.png) Can you debug and provide the final byte...

@lukevp It is possible. I checked out the manual I had, and it is not clear if it means decimal or hexa. But look how the function number in the...

Please read some more about this in #79

Few more info about this change. It was introduced at https://github.com/lukevp/ESC-POS-.NET/commit/9a68c53354beabc6593627649398d3759b9320ab and there was a Delay of `50` ms before in `WriteLongRunningTask` method, but in a different line. ![image](https://user-images.githubusercontent.com/10572656/132744189-3a23fd49-0b3e-4986-93c5-67780500a8b9.png) So...

@lukevp do you know why there was a double in the delays? From commit description is says `Refactor delays in main loop so that it's delayed even if things are...

I might be wrong, but I don't think there's such a thing as a network printer without port. That said, most of network printers that I have worked with uses...

if you go to the command line and send some text to the COM port, does that work? Something like ``` C:\> DIR > COM4 ```

If there is no restriction on your hardware, you should be able to do so with Model 2. You can see some tests that were successful with 2k characters string:...