1 unstable release
0.1.0 | Nov 6, 2024 |
---|
#1048 in Hardware support
39 downloads per month
7.5MB
1.5K
SLoC
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.
lib.rs
:
Serial protocol for communicating with Honeywell BCS devices.