10 个稳定版本
1.1.1 | 2023年1月3日 |
---|---|
1.0.9 | 2023年1月2日 |
1.0.6 | 2022年12月30日 |
1.0.3 | 2022年10月17日 |
#2 在 #fiscal
每月22 次下载
21KB
353 行
用于实现的财务打印机特性
允许使用基础值定义发送到和从财务打印机发送的文档的特性。
适用于目标 Raspberry Pi
rustup target add armv7-unknown-linux-gnueabihf
https://medium.com/swlh/compiling-rust-for-raspberry-pi-arm-922b55dbb050
示例
main.js
let mut _handler = serialport::new("/dev/ttyUSB0", 9600)
.timeout(Duration::from_millis(10))
.open().expect("Failed to open port");
let mut _pnp_driver = Printer { printer : PNP::new()};
// Get result from report
let _x_result = _pnp_driver.printer.report(&mut _handler, Report::new(ReportType::XReport));
依赖项
~2–3MB
~56K SLoC