/raw-printer

Direct RAW printing on windows or linux

Primary LanguageRustMIT LicenseMIT

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