A driver for Fujitsu VF60 POS displays based on rusb.
- Print characters to screen at any position (supports different cursor and character render styles)
- Read device information
- Equipment recognition
- Firmware revision
- Manufacturing date
- Product ID
- Serial number
- Operation time
- Control display brightness
let vf60 = vf60::Driver::open()?;
vf60.clear_display()?;
vf60.print("Hello, world!")?;
Licensed under the MIT License