Skip to content

mushonnip/raw-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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