Fiscal Printer trait for implement
Allows define a trait using base values for documents send to and from fiscal printer.
Examples:
main.js
println!;
let epale_pnp: PnP = new;
epale_pnp.open_port;
epale_pnp.send_command;
let setup = new;
let result = epale_pnp.setup;
println!;
epale_pnp.close_port;