vuquest-3320

Crates.iovuquest-3320
lib.rsvuquest-3320
version0.1.0
sourcesrc
created_at2024-11-06 22:23:59.358511
updated_at2024-11-06 22:23:59.358511
descriptionSerial communication protocol for Honeywell BCS devices
homepage
repositoryhttps://github.com/decapod-atm/vuquest-3320
max_upload_size
id1439194
size7,788,584
(decapod-atm)

documentation

README

Vuquest 3320

This crate supports basic communication with Vuquest 3320[g] barcode scanner devices.

Included are data structures and algorithms for the serial communication protocol to control and configure the barcode scanner.

no-std support

vuquest-3320 supports no-std by default, but currently requires alloc. Future versions may include a no-alloc subset of the library.

std-only capabilities can be enabled using the std feature.

Commit count: 30

cargo fmt