#printing #raw #linux #direct #windows

raw-printer

Direct RAW printing on windows or linux

2 releases

0.1.2 Nov 13, 2023
0.1.1 Nov 10, 2023
0.1.0 Nov 10, 2023

#1320 in Hardware support

MIT license

6KB
86 lines

raw-printer

Docs crates.io

Basic example

let bytes_written = raw_printer::write_to_device("/dev/usb/lp0", "^FDhello world");

println!("wrote {} bytes", bytes_written);

License

MIT

Dependencies

~141MB
~2M SLoC