let bytes_written = raw_printer::write_to_device("/dev/usb/lp0", "^FDhello world");
println!("wrote {} bytes", bytes_written);mushonnip/raw-printer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
let bytes_written = raw_printer::write_to_device("/dev/usb/lp0", "^FDhello world");
println!("wrote {} bytes", bytes_written);