Luke Paireepinart

Results 106 comments of Luke Paireepinart

You game for making a PR that adds this support? Is there an enum that maps to the 861? Or how do you know which numbers are valid code pages?

I don't currently have a way to test this as I don't have any computers with LPT ports. It doesn't work the same as a serial port though from my...

This library uses [System.Io.Ports](https://learn.microsoft.com/en-us/dotnet/api/system.io.ports?view=dotnet-plat-ext-7.0&viewFallbackFrom=netstandard-2.0). That exception is probably being thrown by the MS library. Normally the virtual COM ports are mapped to the normal serial port names (like COM6 or...

Hey @Jury-jpg could you provide some more details on what your question / concern is regarding this function? Are you not sure how to use it? There is an example...

Yes, you need to enable monitoring or the printer will not send status updates back down the wire to your .NET app. It's a specific setting within the printer that...

Hi @butskristof , Yes, USB printing on macOS should be possible. It was only tested in 1.x releases, but the FilePrinter implementation hasn't changed since then. I haven't tested it...

@butskristof looked into this a little more. One easy way to tell if the device is mounting is just to capture the device list to a file, then plug it...

After re-reading your original post, your final destination is a Raspberry Pi anyway. Might I suggest you just connect the printer directly to your Raspberry Pi? You can then use...

Thanks for the PR @lewis-green ! The upgrade of .net standard from 2.0 to 2.1 is not something I can accept though. .net standard 2.0 is chosen specifically because it...

Hey @VibinKesavan, I do not use this code in production myself and primarily work on this in a consulting capacity. I haven't heard from any other customers that they've had...